commit | 1c6c727d9c12c84a612abe31b60948f06fc2ab2d | [log] [tgz] |
---|---|---|
author | Jaswinder Singh <jaswinder@infradead.org> | Mon Jul 21 22:40:37 2008 +0530 |
committer | Ingo Molnar <mingo@elte.hu> | Tue Jul 22 14:36:08 2008 +0200 |
tree | ee139a46a4927a77d436f8ac71cd8c7c9cfe7a54 | |
parent | c1686aeaf0780055ffcd4b224b73d5ada77630e8 [diff] |
x86: proc.c declare cpuinfo_op before they get used Signed-off-by: Jaswinder Singh <jaswinder@infradead.org>
diff --git a/include/asm-x86/processor.h b/include/asm-x86/processor.h index 15cb82a..93b6adc 100644 --- a/include/asm-x86/processor.h +++ b/include/asm-x86/processor.h
@@ -140,6 +140,8 @@ #define current_cpu_data boot_cpu_data #endif +extern const struct seq_operations cpuinfo_op; + static inline int hlt_works(int cpu) { #ifdef CONFIG_X86_32