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