diff options
Diffstat (limited to 'kern/startup.c')
-rw-r--r-- | kern/startup.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/kern/startup.c b/kern/startup.c index 12f51231..71cd04d5 100644 --- a/kern/startup.c +++ b/kern/startup.c @@ -276,8 +276,7 @@ void slave_main(void) * Start up the first thread on a CPU. * First thread is specified for the master CPU. */ -void cpu_launch_first_thread(th) - thread_t th; +void cpu_launch_first_thread(thread_t th) { int mycpu; |