K 10 svn:author V 7 davidxu K 8 svn:date V 27 2005-03-04T22:46:31.000000Z K 7 svn:log V 221 The td_waitset is pointing to a stack address when thread is waiting for a signal, because kernel stack is swappable, this causes page fault in kernel under heavy swapping case. Fix this bug by eliminating unneeded code. END