Define kernel API to get address of each state in xsave area
[cascardo/linux.git] / arch / x86 / kernel / process.c
index 4505e2a..f804dc9 100644 (file)
@@ -93,6 +93,7 @@ void arch_task_cache_init(void)
                kmem_cache_create("task_xstate", xstate_size,
                                  __alignof__(union thread_xstate),
                                  SLAB_PANIC | SLAB_NOTRACK, NULL);
+       setup_xstate_comp();
 }
 
 /*