diff options
Diffstat (limited to 'drivers/tty/sysrq.c')
-rw-r--r-- | drivers/tty/sysrq.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/tty/sysrq.c b/drivers/tty/sysrq.c index 40a9fe9d3b10..ce396ecdf412 100644 --- a/drivers/tty/sysrq.c +++ b/drivers/tty/sysrq.c | |||
@@ -51,7 +51,7 @@ | |||
51 | #include <asm/irq_regs.h> | 51 | #include <asm/irq_regs.h> |
52 | 52 | ||
53 | /* Whether we react on sysrq keys or just ignore them */ | 53 | /* Whether we react on sysrq keys or just ignore them */ |
54 | static int __read_mostly sysrq_enabled = SYSRQ_DEFAULT_ENABLE; | 54 | static int __read_mostly sysrq_enabled = CONFIG_MAGIC_SYSRQ_DEFAULT_ENABLE; |
55 | static bool __read_mostly sysrq_always_enabled; | 55 | static bool __read_mostly sysrq_always_enabled; |
56 | 56 | ||
57 | unsigned short platform_sysrq_reset_seq[] __weak = { KEY_RESERVED }; | 57 | unsigned short platform_sysrq_reset_seq[] __weak = { KEY_RESERVED }; |