K 10 svn:author V 3 alc K 8 svn:date V 27 2004-03-02T08:25:58.000000Z K 7 svn:log V 243 Modify contigmalloc1() so that the free page queues lock is not held when vm_page_free() is called. The problem with holding this lock is that it is a spin lock and vm_page_free() may attempt the acquisition of a different default-type lock. END