K 10 svn:author V 5 tegge K 8 svn:date V 27 1997-12-15T02:18:35.000000Z K 7 svn:log V 415 Add support for low resolution SMP kernel profiling. - A nonprofiling version of s_lock (called s_lock_np) is used by mcount. - When profiling is active, more registers are clobbered in seemingly simple assembly routines. This means that some callers needed to save/restore extra registers. - The stack pointer must have space for a 'fake' return address in idle, to avoid stack underflow. END