diff options
author | Jaswinder Singh Rajput <jaswinderrajput@gmail.com> | 2009-02-19 09:50:17 +0300 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2009-02-19 12:12:18 +0300 |
commit | de5483029b8f18e23395d8fd4f4ef6ae15beb809 (patch) | |
tree | cbc8408898e2da64080951099e8e62ba44a941fc /arch/x86/include/asm/processor.h | |
parent | 9f361c221912b6ffa1f7836e0bbf843917f6fce7 (diff) | |
download | linux-de5483029b8f18e23395d8fd4f4ef6ae15beb809.tar.xz |
x86: include/asm/processor.h remove double declaration of print_cpu_info
Signed-off-by: Jaswinder Singh Rajput <jaswinderrajput@gmail.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/x86/include/asm/processor.h')
-rw-r--r-- | arch/x86/include/asm/processor.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86/include/asm/processor.h b/arch/x86/include/asm/processor.h index dabab1a19ddd..72914d0315e9 100644 --- a/arch/x86/include/asm/processor.h +++ b/arch/x86/include/asm/processor.h @@ -403,7 +403,6 @@ DECLARE_PER_CPU(unsigned long, stack_canary); #endif #endif /* X86_64 */ -extern void print_cpu_info(struct cpuinfo_x86 *); extern unsigned int xstate_size; extern void free_thread_xstate(struct task_struct *); extern struct kmem_cache *task_xstate_cachep; |