|
|
| Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
| version 1.13, 2003/08/08 20:14:06 | version 1.14, 2003/08/11 21:15:50 | ||
|---|---|---|---|
|
|
||
| jz idle_loop | jz idle_loop | ||
| idle_exit: | idle_exit: | ||
| movl $IPL_HIGH,CPUVAR(ILEVEL) # splhigh | movl $IPL_HIGH,CPUVAR(ILEVEL) # splhigh | ||
| sti | |||
| #if defined(MULTIPROCESSOR) || defined(LOCKDEBUG) | #if defined(MULTIPROCESSOR) || defined(LOCKDEBUG) | ||
| call _C_LABEL(sched_lock_idle) | call _C_LABEL(sched_lock_idle) | ||
| #endif | #endif |