K 10 svn:author V 4 neel K 8 svn:date V 27 2010-04-14T01:29:31.012730Z K 7 svn:log V 307 Revert the vm_machdep.c part of r205072. This causes a panic in vm_thread_dispose() when it tries to add this kstack to the kstack cache. This happens only when 'td_kstack' is not (PAGE_SIZE * 2) bytes aligned and we have unmapped the page at that address in cpu_thread_alloc. Pointed out by: nwhitehorn@ END