summaryrefslogtreecommitdiffstats
path: root/arch/s390/Kconfig
diff options
context:
space:
mode:
authorVasily Gorbik <gor@linux.ibm.com>2024-01-17 11:50:49 +0100
committerAlexander Gordeev <agordeev@linux.ibm.com>2024-04-17 13:38:03 +0200
commitba05b39d54eef78043b5c8ee90545cb06a98ae6f (patch)
tree418a03082771eedde694ef99a12334276b3e21d7 /arch/s390/Kconfig
parentea84f14d2a6b1a4fde17d2713dbdfdef7b84da87 (diff)
downloadlinux-stable-ba05b39d54eef78043b5c8ee90545cb06a98ae6f.tar.gz
linux-stable-ba05b39d54eef78043b5c8ee90545cb06a98ae6f.tar.bz2
linux-stable-ba05b39d54eef78043b5c8ee90545cb06a98ae6f.zip
s390/expoline: Make modules use kernel expolines
Currently, kernel modules contain their own set of expoline thunks. In the case of EXPOLINE_EXTERN, this involves postlinking of precompiled expoline.o. expoline.o is also necessary for out-of-source tree module builds. Now that the kernel modules area is less than 4 GB away from kernel expoline thunks, make modules use kernel expolines. Also make EXPOLINE_EXTERN the default if the compiler supports it. This simplifies build and aligns with the approach adopted by other architectures. Signed-off-by: Vasily Gorbik <gor@linux.ibm.com> Signed-off-by: Alexander Gordeev <agordeev@linux.ibm.com>
Diffstat (limited to 'arch/s390/Kconfig')
-rw-r--r--arch/s390/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/s390/Kconfig b/arch/s390/Kconfig
index df6b371ed214..a077ded1b9e6 100644
--- a/arch/s390/Kconfig
+++ b/arch/s390/Kconfig
@@ -555,7 +555,7 @@ config EXPOLINE
If unsure, say N.
config EXPOLINE_EXTERN
- def_bool n
+ def_bool y if EXPOLINE
depends on EXPOLINE
depends on CC_IS_GCC && GCC_VERSION >= 110200
depends on $(success,$(srctree)/arch/s390/tools/gcc-thunk-extern.sh $(CC))