aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/asm-x86/processor.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/asm-x86/processor.h b/include/asm-x86/processor.h
index 93b6adc72ad1..a2fb5a436418 100644
--- a/include/asm-x86/processor.h
+++ b/include/asm-x86/processor.h
@@ -155,6 +155,8 @@ static inline int hlt_works(int cpu)
155 155
156extern void cpu_detect(struct cpuinfo_x86 *c); 156extern void cpu_detect(struct cpuinfo_x86 *c);
157 157
158extern struct pt_regs *idle_regs(struct pt_regs *);
159
158extern void early_cpu_init(void); 160extern void early_cpu_init(void);
159extern void identify_boot_cpu(void); 161extern void identify_boot_cpu(void);
160extern void identify_secondary_cpu(struct cpuinfo_x86 *); 162extern void identify_secondary_cpu(struct cpuinfo_x86 *);