summaryrefslogtreecommitdiffstats
path: root/configs
diff options
context:
space:
mode:
authorPeter Robinson <pbrobinson@gmail.com>2019-05-31 20:21:58 +0100
committerPeter Robinson <pbrobinson@gmail.com>2019-05-31 20:21:58 +0100
commitd06c52d683f2054ed3f47bc1cff20c5044161170 (patch)
tree113de00f6f6faa659eb18813431d7376f07454ca /configs
parent8de7cad79ad1515a1c37f1b4aedce5bbbef5dbf0 (diff)
downloadkernel-d06c52d683f2054ed3f47bc1cff20c5044161170.tar.gz
kernel-d06c52d683f2054ed3f47bc1cff20c5044161170.tar.xz
kernel-d06c52d683f2054ed3f47bc1cff20c5044161170.zip
turn off OPTIMIZE_INLINING everywhere except x86_64 which was previously the only arch that had it
Diffstat (limited to 'configs')
-rw-r--r--configs/fedora/generic/CONFIG_OPTIMIZE_INLINING2
-rw-r--r--configs/fedora/generic/arm/armv7/CONFIG_OPTIMIZE_INLINING1
-rw-r--r--configs/fedora/generic/x86/x86_64/CONFIG_OPTIMIZE_INLINING1
3 files changed, 2 insertions, 2 deletions
diff --git a/configs/fedora/generic/CONFIG_OPTIMIZE_INLINING b/configs/fedora/generic/CONFIG_OPTIMIZE_INLINING
index 6991e6d3f..b7e716809 100644
--- a/configs/fedora/generic/CONFIG_OPTIMIZE_INLINING
+++ b/configs/fedora/generic/CONFIG_OPTIMIZE_INLINING
@@ -1 +1 @@
-CONFIG_OPTIMIZE_INLINING=y
+# CONFIG_OPTIMIZE_INLINING is not set
diff --git a/configs/fedora/generic/arm/armv7/CONFIG_OPTIMIZE_INLINING b/configs/fedora/generic/arm/armv7/CONFIG_OPTIMIZE_INLINING
deleted file mode 100644
index b7e716809..000000000
--- a/configs/fedora/generic/arm/armv7/CONFIG_OPTIMIZE_INLINING
+++ /dev/null
@@ -1 +0,0 @@
-# CONFIG_OPTIMIZE_INLINING is not set
diff --git a/configs/fedora/generic/x86/x86_64/CONFIG_OPTIMIZE_INLINING b/configs/fedora/generic/x86/x86_64/CONFIG_OPTIMIZE_INLINING
new file mode 100644
index 000000000..6991e6d3f
--- /dev/null
+++ b/configs/fedora/generic/x86/x86_64/CONFIG_OPTIMIZE_INLINING
@@ -0,0 +1 @@
+CONFIG_OPTIMIZE_INLINING=y