diff options
-rw-r--r-- | kern/ipc_sched.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kern/ipc_sched.c b/kern/ipc_sched.c index 615ad60..d5b9263 100644 --- a/kern/ipc_sched.c +++ b/kern/ipc_sched.c @@ -182,9 +182,9 @@ thread_will_wait_with_timeout( boolean_t thread_handoff( - register thread_t old, - register continuation_t continuation, - register thread_t new) + thread_t old, + continuation_t continuation, + thread_t new) { spl_t s; |