K 10 svn:author V 5 peter K 8 svn:date V 27 2002-10-04T01:31:39.000000Z K 7 svn:log V 403 Add some unspeakable hackery to the tree under #ifdef __ia64__ to work around limitations in the ia64 kernel stack handling code. Basically preallocate a bunch of threads (and hence kstacks) while contigmalloc() still works, and never free them back to the general memory pool. After the system has been running for a while, contigmalloc() eventually fails at a critical momemt and panics the system. END