aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/generic/pending-4.9/890-uart_optional_sysrq.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@nbd.name>2018-01-25 14:01:34 +0100
committerJo-Philipp Wich <jo@mein.io>2018-12-18 17:22:04 +0100
commit0439280c2fcf859de935e4cd62c64fe907a6bb3e (patch)
treef02b517dc45e5603d8c3eb8a54e8e133d1a397d1 /target/linux/generic/pending-4.9/890-uart_optional_sysrq.patch
parenta29fe94e8cefc37071d81d58ee8970a3f6ccacdc (diff)
downloadupstream-0439280c2fcf859de935e4cd62c64fe907a6bb3e.tar.gz
upstream-0439280c2fcf859de935e4cd62c64fe907a6bb3e.tar.bz2
upstream-0439280c2fcf859de935e4cd62c64fe907a6bb3e.zip
kernel: support gcc-optimized inlining on all architectures
Optimized inlining was disabled by default when gcc 4 was still relatively new. By now, all gcc versions handle this well and there seems to be no real reason to keep it x86-only. Signed-off-by: Felix Fietkau <nbd@nbd.name> (backported from 1e8882585c6f4a5e7f5e2b4f18cd550aafa6f81d) (rebased patches) Signed-off-by: Jo-Philipp Wich <jo@mein.io>
Diffstat (limited to 'target/linux/generic/pending-4.9/890-uart_optional_sysrq.patch')
-rw-r--r--target/linux/generic/pending-4.9/890-uart_optional_sysrq.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/generic/pending-4.9/890-uart_optional_sysrq.patch b/target/linux/generic/pending-4.9/890-uart_optional_sysrq.patch
index ff0824d343..d80246db99 100644
--- a/target/linux/generic/pending-4.9/890-uart_optional_sysrq.patch
+++ b/target/linux/generic/pending-4.9/890-uart_optional_sysrq.patch
@@ -26,7 +26,7 @@ Signed-off-by: Felix Fietkau <nbd@nbd.name>
{
--- a/lib/Kconfig.debug
+++ b/lib/Kconfig.debug
-@@ -396,6 +396,11 @@ config MAGIC_SYSRQ_DEFAULT_ENABLE
+@@ -410,6 +410,11 @@ config MAGIC_SYSRQ_DEFAULT_ENABLE
This may be set to 1 or 0 to enable or disable them all, or
to a bitmask as described in Documentation/sysrq.txt.