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