diff options
Diffstat (limited to 'kern/thread.c')
-rw-r--r-- | kern/thread.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kern/thread.c b/kern/thread.c index 7b186cb7..785640cb 100644 --- a/kern/thread.c +++ b/kern/thread.c @@ -2305,7 +2305,7 @@ thread_setup(void) CPU_L1_SIZE, NULL, 0); #ifndef X15_THREAD_STACK_GUARD kmem_cache_init(&thread_stack_cache, "thread_stack", TCB_STACK_SIZE, - DATA_ALIGN, NULL, 0); + CPU_DATA_ALIGN, NULL, 0); #endif /* X15_THREAD_STACK_GUARD */ thread_setup_reaper(); |