From df745857b3f58fc057919047efc522ccc4493035 Mon Sep 17 00:00:00 2001 From: Marin Ramesa Date: Mon, 11 Nov 2013 21:15:09 +0100 Subject: kern: remove register qualifiers * kern/ipc_sched.c: Remove register qualifiers. --- kern/ipc_sched.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'kern') 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; -- cgit v1.2.3