x86: asm/processor.h: remove double declaration
authorJaswinder Singh Rajput <jaswinder@kernel.org>
Tue, 19 May 2009 11:37:01 +0000 (17:07 +0530)
committerIngo Molnar <mingo@elte.hu>
Tue, 19 May 2009 12:16:24 +0000 (14:16 +0200)
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>
arch/x86/include/asm/processor.h

index 34c52370f2fe848a2e7c9dcb73fdc4a3048c087f..85628ea9d9b5e59833b151df829a85c89ee4bfc3 100644 (file)
@@ -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: */
This page took 0.025604 seconds and 5 git commands to generate.