K 10 svn:author V 2 dg K 8 svn:date V 27 1996-02-04T21:20:53.000000Z K 7 svn:log V 283 Rewrote cpu_fork so that it doesn't use pmap_activate, and removed pmap_activate since it's not used anymore. Changed cpu_fork so that it uses one line of inline assembly rather than calling mvesp() to get the current stack pointer. Removed mvesp() since it is no longer being used. END