summaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/proto.h
diff options
context:
space:
mode:
authorIngo Molnar <mingo@elte.hu>2009-01-27 17:17:55 +0100
committerIngo Molnar <mingo@elte.hu>2009-01-29 14:17:03 +0100
commitf095df0a0cb35a52605541f619d038339b90d7cc (patch)
tree88a361c48ef67a4ddb6e7f350f865febae02ebc3 /arch/x86/include/asm/proto.h
parent23394d1c9346d9c0aabbc1b6fca52a9c0aa1c297 (diff)
downloadlinux-0-day-f095df0a0cb35a52605541f619d038339b90d7cc.tar.gz
linux-0-day-f095df0a0cb35a52605541f619d038339b90d7cc.tar.xz
x86/Voyager: remove X86_BIOS_REBOOT Kconfig quirk
Voyager has this Kconfig quirk: config X86_BIOS_REBOOT bool depends on !X86_VOYAGER default y Voyager should use the existing machine_ops.emergency_restart reboot quirk mechanism instead of a build-time quirk. Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/x86/include/asm/proto.h')
-rw-r--r--arch/x86/include/asm/proto.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/x86/include/asm/proto.h b/arch/x86/include/asm/proto.h
index d6a22f92ba779..49fb3ecf3bb34 100644
--- a/arch/x86/include/asm/proto.h
+++ b/arch/x86/include/asm/proto.h
@@ -18,11 +18,7 @@ extern void syscall32_cpu_init(void);
extern void check_efer(void);
-#ifdef CONFIG_X86_BIOS_REBOOT
extern int reboot_force;
-#else
-static const int reboot_force = 0;
-#endif
long do_arch_prctl(struct task_struct *task, int code, unsigned long addr);