summaryrefslogtreecommitdiffstats
path: root/arch/x86
diff options
context:
space:
mode:
authorAhmad Fatoum <a.fatoum@pengutronix.de>2022-12-05 14:30:33 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2022-12-07 07:56:30 +0100
commitd3b8a88d34cc608084e31715ca2cab54c65cb39a (patch)
treed6833ec69dda7fe3b43d72c2fcdbd600f156c4f6 /arch/x86
parent3fec5568dbaabf12210d93406b5b6680a829245d (diff)
downloadbarebox-d3b8a88d34cc608084e31715ca2cab54c65cb39a.tar.gz
barebox-d3b8a88d34cc608084e31715ca2cab54c65cb39a.tar.xz
treewide: rename CONFIG_HAS_ARCH_SJLJ to CONFIG_ARCH_HAS_SJLJ
We have 9 symbols beginning with ARCH_HAS, but only with HAS_ARCH. Change it over for symmetry. No functional change. Signed-off-by: Ahmad Fatoum <a.fatoum@pengutronix.de> Link: https://lore.barebox.org/20221205133033.3008535-1-a.fatoum@pengutronix.de Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/x86')
-rw-r--r--arch/x86/Kconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig
index 5e2e26cd6e..bd6a94bd0b 100644
--- a/arch/x86/Kconfig
+++ b/arch/x86/Kconfig
@@ -26,12 +26,12 @@ config 64BIT
config X86_32
def_bool y
depends on !64BIT
- select HAS_ARCH_SJLJ
+ select ARCH_HAS_SJLJ
config X86_64
def_bool y
depends on 64BIT
- select HAS_ARCH_SJLJ
+ select ARCH_HAS_SJLJ
endmenu