summaryrefslogtreecommitdiff
path: root/kern/sched_prim.c
diff options
context:
space:
mode:
Diffstat (limited to 'kern/sched_prim.c')
-rw-r--r--kern/sched_prim.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/kern/sched_prim.c b/kern/sched_prim.c
index d378fa3..2946701 100644
--- a/kern/sched_prim.c
+++ b/kern/sched_prim.c
@@ -490,8 +490,8 @@ void thread_sleep(
* xxx - DO NOT export this to users.
*/
void thread_bind(
- register thread_t thread,
- processor_t processor)
+ thread_t thread,
+ processor_t processor)
{
spl_t s;