summaryrefslogtreecommitdiffstats
path: root/include/asm-x86/processor.h
diff options
context:
space:
mode:
authorJaswinder Singh2008-07-21 19:24:56 +0200
committerIngo Molnar2008-07-22 14:36:09 +0200
commit8fd329a1ac696973ba5467c510302ae1248cc11a (patch)
treeb4a0b1984605f5c49a2b131f0e2a52bf7db66d8c /include/asm-x86/processor.h
parentx86: proc.c declare cpuinfo_op before they get used (diff)
downloadkernel-qcow2-linux-8fd329a1ac696973ba5467c510302ae1248cc11a.tar.gz
kernel-qcow2-linux-8fd329a1ac696973ba5467c510302ae1248cc11a.tar.xz
kernel-qcow2-linux-8fd329a1ac696973ba5467c510302ae1248cc11a.zip
x86: common.c declare idle_regs before they get used
Signed-off-by: Jaswinder Singh <jaswinder@infradead.org>
Diffstat (limited to 'include/asm-x86/processor.h')
-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)
extern void cpu_detect(struct cpuinfo_x86 *c);
+extern struct pt_regs *idle_regs(struct pt_regs *);
+
extern void early_cpu_init(void);
extern void identify_boot_cpu(void);
extern void identify_secondary_cpu(struct cpuinfo_x86 *);