K 10 svn:author V 6 marcel K 8 svn:date V 27 2007-02-11T02:52:54.000000Z K 7 svn:log V 262 Now that the free page queue mutex is a sleep mutex, we cannot call vm_page_alloc() from within a critical section in pmap_growkernel(). Since the need for a critical section may never have existed in the first place, simply get rid of it. Discussed with: alc@ END