diff options
Diffstat (limited to 'arch/x86/kernel/process.c')
-rw-r--r-- | arch/x86/kernel/process.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/kernel/process.c b/arch/x86/kernel/process.c index 4505e2a950d8..f804dc935d2a 100644 --- a/arch/x86/kernel/process.c +++ b/arch/x86/kernel/process.c | |||
@@ -93,6 +93,7 @@ void arch_task_cache_init(void) | |||
93 | kmem_cache_create("task_xstate", xstate_size, | 93 | kmem_cache_create("task_xstate", xstate_size, |
94 | __alignof__(union thread_xstate), | 94 | __alignof__(union thread_xstate), |
95 | SLAB_PANIC | SLAB_NOTRACK, NULL); | 95 | SLAB_PANIC | SLAB_NOTRACK, NULL); |
96 | setup_xstate_comp(); | ||
96 | } | 97 | } |
97 | 98 | ||
98 | /* | 99 | /* |