diff options
Diffstat (limited to 'kern/startup.c')
-rw-r--r-- | kern/startup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kern/startup.c b/kern/startup.c index 6eb464e7..9a9386d1 100644 --- a/kern/startup.c +++ b/kern/startup.c @@ -275,7 +275,7 @@ void start_kernel_threads(void) * Become the pageout daemon. */ (void) spl0(); - thread_set_name(startup_thread, "pageout"); + thread_set_name(current_thread(), "pageout"); vm_pageout(); /*NOTREACHED*/ } |