summaryrefslogtreecommitdiff
path: root/kern/startup.c
diff options
context:
space:
mode:
Diffstat (limited to 'kern/startup.c')
-rw-r--r--kern/startup.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/kern/startup.c b/kern/startup.c
index 12f5123..71cd04d 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;