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-26 14:51:00 -04:00
2010-10-30 08:45:43 -04:00
2010-10-25 21:18:20 -04:00
2009-06-11 21:36:09 -04:00
2010-10-25 08:02:40 -07:00
2010-05-10 16:08:01 -07:00
2009-11-04 09:50:58 -08:00
2010-10-28 17:22:16 -04:00
2010-10-25 14:11:37 -07: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-25 21:24:15 -04:00
2009-04-28 07:37:28 +02:00
2010-10-28 09:08:47 -05:00
2010-10-26 16:52:05 -07:00
2006-11-30 04:40:22 +01:00
2010-10-25 14:18:27 -07:00
2010-10-24 15:07:11 -07:00
2006-10-03 23:01:26 +02:00
2009-06-18 13:04:04 -07:00
2010-10-29 04:16:31 -04:00
2010-10-25 21:18:20 -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-01-14 22:38:09 -05: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