diff options
Diffstat (limited to 'include/asm-x86/proto.h')
-rw-r--r-- | include/asm-x86/proto.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/asm-x86/proto.h b/include/asm-x86/proto.h index 1e17bcce450e..6c8b41b03f6d 100644 --- a/include/asm-x86/proto.h +++ b/include/asm-x86/proto.h | |||
@@ -20,7 +20,11 @@ extern void syscall32_cpu_init(void); | |||
20 | 20 | ||
21 | extern void check_efer(void); | 21 | extern void check_efer(void); |
22 | 22 | ||
23 | #ifdef CONFIG_X86_BIOS_REBOOT | ||
23 | extern int reboot_force; | 24 | extern int reboot_force; |
25 | #else | ||
26 | static const int reboot_force = 0; | ||
27 | #endif | ||
24 | 28 | ||
25 | long do_arch_prctl(struct task_struct *task, int code, unsigned long addr); | 29 | long do_arch_prctl(struct task_struct *task, int code, unsigned long addr); |
26 | 30 | ||