diff options
author | Jaswinder Singh Rajput <jaswinder@kernel.org> | 2009-05-19 17:07:01 +0530 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2009-05-19 14:16:24 +0200 |
commit | 4aee2ad461889132bfb5a1518a9580d00e17008c (patch) | |
tree | 87cfb8bbe0ad78f6f01c4ac0fed477c492e30680 /arch/x86 | |
parent | 52650257ea06bb15c2e2bbe854cbdf463726141a (diff) | |
download | blackbird-op-linux-4aee2ad461889132bfb5a1518a9580d00e17008c.tar.gz blackbird-op-linux-4aee2ad461889132bfb5a1518a9580d00e17008c.zip |
x86: asm/processor.h: remove double declaration
Remove double declaration of:
extern void init_scattered_cpuid_features(struct cpuinfo_x86 *c);
extern unsigned int init_intel_cacheinfo(struct cpuinfo_x86 *c);
extern unsigned short num_cache_leaves;
they are already defined in the same file.
[ Impact: cleanup ]
Signed-off-by: Jaswinder Singh Rajput <jaswinderrajput@gmail.com>
LKML-Reference: <1242733021.3377.1.camel@localhost.localdomain>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/x86')
-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); extern unsigned int xstate_size; extern void free_thread_xstate(struct task_struct *); extern struct kmem_cache *task_xstate_cachep; -extern void init_scattered_cpuid_features(struct cpuinfo_x86 *c); -extern unsigned int init_intel_cacheinfo(struct cpuinfo_x86 *c); -extern unsigned short num_cache_leaves; struct thread_struct { /* Cached TLS descriptors: */ |