diff options
author | Peter Robinson <pbrobinson@gmail.com> | 2019-05-31 20:21:58 +0100 |
---|---|---|
committer | Peter Robinson <pbrobinson@gmail.com> | 2019-05-31 20:21:58 +0100 |
commit | d06c52d683f2054ed3f47bc1cff20c5044161170 (patch) | |
tree | 113de00f6f6faa659eb18813431d7376f07454ca /configs | |
parent | 8de7cad79ad1515a1c37f1b4aedce5bbbef5dbf0 (diff) | |
download | kernel-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_INLINING | 2 | ||||
-rw-r--r-- | configs/fedora/generic/arm/armv7/CONFIG_OPTIMIZE_INLINING | 1 | ||||
-rw-r--r-- | configs/fedora/generic/x86/x86_64/CONFIG_OPTIMIZE_INLINING | 1 |
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 |