diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2012-10-22 22:53:20 -0400 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2012-11-28 23:43:42 -0500 |
commit | 18c26c27ae0abe82253cb2e2363df465dbbb657e (patch) | |
tree | b822ed3267443e0b4b05e852fb0d2b709b916c65 /arch/x86/include/asm/processor.h | |
parent | 62e791c1b8ea481c72c299dee4f62c04aaef765c (diff) |
death to idle_regs()
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'arch/x86/include/asm/processor.h')
-rw-r--r-- | arch/x86/include/asm/processor.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/x86/include/asm/processor.h b/arch/x86/include/asm/processor.h index ad1fc8511674..92f48a5a6b2e 100644 --- a/arch/x86/include/asm/processor.h +++ b/arch/x86/include/asm/processor.h | |||
@@ -178,8 +178,6 @@ static inline int hlt_works(int cpu) | |||
178 | 178 | ||
179 | extern void cpu_detect(struct cpuinfo_x86 *c); | 179 | extern void cpu_detect(struct cpuinfo_x86 *c); |
180 | 180 | ||
181 | extern struct pt_regs *idle_regs(struct pt_regs *); | ||
182 | |||
183 | extern void early_cpu_init(void); | 181 | extern void early_cpu_init(void); |
184 | extern void identify_boot_cpu(void); | 182 | extern void identify_boot_cpu(void); |
185 | extern void identify_secondary_cpu(struct cpuinfo_x86 *); | 183 | extern void identify_secondary_cpu(struct cpuinfo_x86 *); |