summaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorIngo Molnar <mingo@kernel.org>2014-04-16 17:16:21 +0400
committerIngo Molnar <mingo@kernel.org>2014-04-16 17:16:21 +0400
commit6e8a1d49a99ed43ab73a19b36ace14296d82c540 (patch)
treeccbb8dcef8124ba9a83d8a4c0e9e230450281a08 /include/linux
parent10ec34fcb100412ab186c141a9c3557d1270effd (diff)
parentb13b1d2d8692b437203de7a404c6b809d2cc4d99 (diff)
downloadlinux-6e8a1d49a99ed43ab73a19b36ace14296d82c540.tar.xz
Merge commit 'b13b1d2d8692' into x86/mm
It got into x86/urgent but isn't really urgent material. Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/reboot.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/include/linux/reboot.h b/include/linux/reboot.h
index 9e7db9e73cc1..48bf152761c7 100644
--- a/include/linux/reboot.h
+++ b/include/linux/reboot.h
@@ -20,13 +20,13 @@ enum reboot_mode {
extern enum reboot_mode reboot_mode;
enum reboot_type {
- BOOT_TRIPLE = 't',
- BOOT_KBD = 'k',
- BOOT_BIOS = 'b',
- BOOT_ACPI = 'a',
- BOOT_EFI = 'e',
- BOOT_CF9 = 'p',
- BOOT_CF9_COND = 'q',
+ BOOT_TRIPLE = 't',
+ BOOT_KBD = 'k',
+ BOOT_BIOS = 'b',
+ BOOT_ACPI = 'a',
+ BOOT_EFI = 'e',
+ BOOT_CF9_FORCE = 'p',
+ BOOT_CF9_SAFE = 'q',
};
extern enum reboot_type reboot_type;