This commit is contained in:
Tom Li 2024-09-19 20:58:26 -03:00 committed by GitHub
commit 6b727a8357
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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;