diff options
Diffstat (limited to 'include/asm-x86/processor.h')
-rw-r--r-- | include/asm-x86/processor.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/asm-x86/processor.h b/include/asm-x86/processor.h index 5f58da401b43..3c5dc562b0f6 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); | |||
140 | #define current_cpu_data boot_cpu_data | 140 | #define current_cpu_data boot_cpu_data |
141 | #endif | 141 | #endif |
142 | 142 | ||
143 | extern const struct seq_operations cpuinfo_op; | ||
144 | |||
143 | static inline int hlt_works(int cpu) | 145 | static inline int hlt_works(int cpu) |
144 | { | 146 | { |
145 | #ifdef CONFIG_X86_32 | 147 | #ifdef CONFIG_X86_32 |
@@ -153,6 +155,8 @@ static inline int hlt_works(int cpu) | |||
153 | 155 | ||
154 | extern void cpu_detect(struct cpuinfo_x86 *c); | 156 | extern void cpu_detect(struct cpuinfo_x86 *c); |
155 | 157 | ||
158 | extern struct pt_regs *idle_regs(struct pt_regs *); | ||
159 | |||
156 | extern void early_cpu_init(void); | 160 | extern void early_cpu_init(void); |
157 | extern void identify_boot_cpu(void); | 161 | extern void identify_boot_cpu(void); |
158 | extern void identify_secondary_cpu(struct cpuinfo_x86 *); | 162 | extern void identify_secondary_cpu(struct cpuinfo_x86 *); |