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 51297d7f99c9..5eaf9bf0a623 100644 --- a/include/asm-x86/processor.h +++ b/include/asm-x86/processor.h | |||
| @@ -141,6 +141,8 @@ DECLARE_PER_CPU(struct cpuinfo_x86, cpu_info); | |||
| 141 | #define current_cpu_data boot_cpu_data | 141 | #define current_cpu_data boot_cpu_data |
| 142 | #endif | 142 | #endif |
| 143 | 143 | ||
| 144 | extern const struct seq_operations cpuinfo_op; | ||
| 145 | |||
| 144 | static inline int hlt_works(int cpu) | 146 | static inline int hlt_works(int cpu) |
| 145 | { | 147 | { |
| 146 | #ifdef CONFIG_X86_32 | 148 | #ifdef CONFIG_X86_32 |
| @@ -154,6 +156,8 @@ static inline int hlt_works(int cpu) | |||
| 154 | 156 | ||
| 155 | extern void cpu_detect(struct cpuinfo_x86 *c); | 157 | extern void cpu_detect(struct cpuinfo_x86 *c); |
| 156 | 158 | ||
| 159 | extern struct pt_regs *idle_regs(struct pt_regs *); | ||
| 160 | |||
| 157 | extern void early_cpu_init(void); | 161 | extern void early_cpu_init(void); |
| 158 | extern void identify_boot_cpu(void); | 162 | extern void identify_boot_cpu(void); |
| 159 | extern void identify_secondary_cpu(struct cpuinfo_x86 *); | 163 | extern void identify_secondary_cpu(struct cpuinfo_x86 *); |
