diff options
Diffstat (limited to 'sys/kern/init_main.c')
-rw-r--r-- | sys/kern/init_main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/init_main.c b/sys/kern/init_main.c index 8c7f815..9306e83 100644 --- a/sys/kern/init_main.c +++ b/sys/kern/init_main.c @@ -94,7 +94,7 @@ void mi_startup(void); /* Should be elsewhere */ static struct session session0; static struct pgrp pgrp0; struct proc proc0; -struct thread thread0 __aligned(8); +struct thread thread0 __aligned(16); struct vmspace vmspace0; struct proc *initproc; |