Files
kernel_amazon_mt8127-common/include/linux
Andy Whitcroft 8c6a98b22b Input: sysrq - ensure sysrq_enabled and __sysrq_enabled are consistent
Currently sysrq_enabled and __sysrq_enabled are initialised separately
and inconsistently, leading to sysrq being actually enabled by reported
as not enabled in sysfs.  The first change to the sysfs configurable
synchronises these two:

    static int __read_mostly sysrq_enabled = 1;
    static int __sysrq_enabled;

Add a common define to carry the default for these preventing them becoming
out of sync again.  Default this to 1 to mirror previous behaviour.

Signed-off-by: Andy Whitcroft <apw@canonical.com>
Cc: stable@kernel.org
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
2011-01-24 09:33:36 -08:00
..
2010-10-30 08:31:35 -07:00
2010-10-30 08:45:43 -04:00
2010-10-28 17:22:16 -04:00
2010-10-27 18:03:05 -07:00
2010-10-31 21:06:59 +01:00
2011-01-11 22:01:45 -08:00
2010-10-26 16:52:08 -07:00
2010-10-28 17:22:13 -04:00
2010-10-28 09:08:47 -05:00
2010-10-26 16:52:05 -07:00
2010-10-29 04:16:31 -04:00
2010-10-27 18:03:16 -07:00
2010-10-30 12:12:50 +02:00
2010-10-27 17:28:36 +01:00
2010-10-26 16:52:03 -07:00
2010-12-20 09:37:33 +01:00
2010-10-26 16:52:14 -07:00