K 10 svn:author V 3 alc K 8 svn:date V 27 2003-02-15T20:01:09.000000Z K 7 svn:log V 289 Remove the acquisition and release of Giant around pmap_growkernel(). It's unnecessary for two reasons: (1) Giant is at present already held in such cases and (2) our various implementations of pmap_growkernel() look to be MP safe. (For example, for sparc64 the proof of (2) is trivial.) END