aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-x86/processor.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-x86/processor.h')
-rw-r--r--include/asm-x86/processor.h4
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
144extern const struct seq_operations cpuinfo_op;
145
144static inline int hlt_works(int cpu) 146static 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
155extern void cpu_detect(struct cpuinfo_x86 *c); 157extern void cpu_detect(struct cpuinfo_x86 *c);
156 158
159extern struct pt_regs *idle_regs(struct pt_regs *);
160
157extern void early_cpu_init(void); 161extern void early_cpu_init(void);
158extern void identify_boot_cpu(void); 162extern void identify_boot_cpu(void);
159extern void identify_secondary_cpu(struct cpuinfo_x86 *); 163extern void identify_secondary_cpu(struct cpuinfo_x86 *);