X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=drivers%2Ftty%2Fsysrq.c;h=8e0dd254eb11cf3d9f503c7bda32bcb3e75ba09d;hb=6fb1b304255efc5c4c93874ac8c066272e257e28;hp=c556ed9db13d82a4bd7dcff1bb599dce6abd8341;hpb=ac751efa6a0d70f2c9daef5c7e3a92270f5c2dff;p=mv-sheeva.git diff --git a/drivers/tty/sysrq.c b/drivers/tty/sysrq.c index c556ed9db13..8e0dd254eb1 100644 --- a/drivers/tty/sysrq.c +++ b/drivers/tty/sysrq.c @@ -46,7 +46,7 @@ #include /* Whether we react on sysrq keys or just ignore them */ -static int __read_mostly sysrq_enabled = 1; +static int __read_mostly sysrq_enabled = SYSRQ_DEFAULT_ENABLE; static bool __read_mostly sysrq_always_enabled; static bool sysrq_on(void)