diff options
Diffstat (limited to 'arch')
-rw-r--r-- | arch/x86/include/asm/processor.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/x86/include/asm/processor.h b/arch/x86/include/asm/processor.h index 34c52370f2fe..85628ea9d9b5 100644 --- a/arch/x86/include/asm/processor.h +++ b/arch/x86/include/asm/processor.h | |||
@@ -403,9 +403,6 @@ DECLARE_PER_CPU(unsigned long, stack_canary); | |||
403 | extern unsigned int xstate_size; | 403 | extern unsigned int xstate_size; |
404 | extern void free_thread_xstate(struct task_struct *); | 404 | extern void free_thread_xstate(struct task_struct *); |
405 | extern struct kmem_cache *task_xstate_cachep; | 405 | extern struct kmem_cache *task_xstate_cachep; |
406 | extern void init_scattered_cpuid_features(struct cpuinfo_x86 *c); | ||
407 | extern unsigned int init_intel_cacheinfo(struct cpuinfo_x86 *c); | ||
408 | extern unsigned short num_cache_leaves; | ||
409 | 406 | ||
410 | struct thread_struct { | 407 | struct thread_struct { |
411 | /* Cached TLS descriptors: */ | 408 | /* Cached TLS descriptors: */ |