K 10 svn:author V 5 green K 8 svn:date V 27 2004-08-16T03:08:38.000000Z K 7 svn:log V 226 Allocate the marker, when scanning a kqueue, from the "heap" instead of the stack. When swapped out, a process's kernel stack would be unavailable, and we could get a page fault when scanning the same kqueue. PR: kern/61849 END