diff --git a/kernel/fork.c b/kernel/fork.c index d4b2d543f48c..034f7ee4e732 100644 --- a/kernel/fork.c +++ b/kernel/fork.c @@ -375,7 +375,7 @@ static void free_thread_stack(struct task_struct *tsk) tsk->stack = NULL; } -# endif /* CONFIG_VMAP_STACK */ +# endif /* CONFIG_VMAP_STACK */ # else /* !(THREAD_SIZE >= PAGE_SIZE || defined(CONFIG_VMAP_STACK)) */ static struct kmem_cache *thread_stack_cache;