aboutsummaryrefslogtreecommitdiffstats
path: root/arch/Kconfig
diff options
context:
space:
mode:
authorWill Deacon <will@kernel.org>2020-05-15 16:15:46 +0100
committerWill Deacon <will@kernel.org>2020-05-18 17:47:45 +0100
commitaa7a65ae5b8f459617e5ed1422301386e7f12274 (patch)
treecef0ed39d12b017d967f3e5c02282173eb87200f /arch/Kconfig
parentscs: Move scs_overflow_check() out of architecture code (diff)
downloadlinux-dev-aa7a65ae5b8f459617e5ed1422301386e7f12274.tar.xz
linux-dev-aa7a65ae5b8f459617e5ed1422301386e7f12274.zip
scs: Remove references to asm/scs.h from core code
asm/scs.h is no longer needed by the core code, so remove a redundant header inclusion and update the stale Kconfig text. Tested-by: Sami Tolvanen <samitolvanen@google.com> Reviewed-by: Mark Rutland <mark.rutland@arm.com> Signed-off-by: Will Deacon <will@kernel.org>
Diffstat (limited to 'arch/Kconfig')
-rw-r--r--arch/Kconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/Kconfig b/arch/Kconfig
index 45dfca9a98d3..2e6f843d87c4 100644
--- a/arch/Kconfig
+++ b/arch/Kconfig
@@ -537,8 +537,8 @@ config ARCH_SUPPORTS_SHADOW_CALL_STACK
bool
help
An architecture should select this if it supports Clang's Shadow
- Call Stack, has asm/scs.h, and implements runtime support for shadow
- stack switching.
+ Call Stack and implements runtime support for shadow stack
+ switching.
config SHADOW_CALL_STACK
bool "Clang Shadow Call Stack"