summaryrefslogtreecommitdiffstats
path: root/include/asm-x86
diff options
context:
space:
mode:
authorJaswinder Singh2008-07-21 19:10:37 +0200
committerIngo Molnar2008-07-22 14:36:08 +0200
commit1c6c727d9c12c84a612abe31b60948f06fc2ab2d (patch)
treeee139a46a4927a77d436f8ac71cd8c7c9cfe7a54 /include/asm-x86
parentx86: ptrace.c declare functions before they get used (diff)
downloadkernel-qcow2-linux-1c6c727d9c12c84a612abe31b60948f06fc2ab2d.tar.gz
kernel-qcow2-linux-1c6c727d9c12c84a612abe31b60948f06fc2ab2d.tar.xz
kernel-qcow2-linux-1c6c727d9c12c84a612abe31b60948f06fc2ab2d.zip
x86: proc.c declare cpuinfo_op before they get used
Signed-off-by: Jaswinder Singh <jaswinder@infradead.org>
Diffstat (limited to 'include/asm-x86')
-rw-r--r--include/asm-x86/processor.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/asm-x86/processor.h b/include/asm-x86/processor.h
index 15cb82a44e89..93b6adc72ad1 100644
--- a/include/asm-x86/processor.h
+++ b/include/asm-x86/processor.h
@@ -140,6 +140,8 @@ DECLARE_PER_CPU(struct cpuinfo_x86, cpu_info);
#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