K 10 svn:author V 2 dg K 8 svn:date V 27 1994-09-11T11:26:18.000000Z K 7 svn:log V 333 Be more careful about dereferencing curproc, p_vmspace, and curpcb, otherwise the machine will overflow the stack in a recursive fault loop (causing the machine to spontaneously reboot because of the stack fault that ultimately happens). Submitted by: Inspired by Bruce Evans, but this change is different than what he suggested. END