From d5ad94ffdd91729de00044eb2db5cbacb9b508ed Mon Sep 17 00:00:00 2001 From: Jaswinder Singh Date: Mon, 21 Jul 2008 22:40:37 +0530 Subject: [PATCH] --- yaml --- r: 110294 b: refs/heads/master c: 1c6c727d9c12c84a612abe31b60948f06fc2ab2d h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/include/asm-x86/processor.h | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 8e7ae83772c0..e01038ca8884 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: c1686aeaf0780055ffcd4b224b73d5ada77630e8 +refs/heads/master: 1c6c727d9c12c84a612abe31b60948f06fc2ab2d diff --git a/trunk/include/asm-x86/processor.h b/trunk/include/asm-x86/processor.h index 15cb82a44e89..93b6adc72ad1 100644 --- a/trunk/include/asm-x86/processor.h +++ b/trunk/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