Commit aa7a65ae authored by Will Deacon's avatar Will Deacon

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: default avatarSami Tolvanen <samitolvanen@google.com>
Reviewed-by: default avatarMark Rutland <mark.rutland@arm.com>
Signed-off-by: default avatarWill Deacon <will@kernel.org>
parent 88485be5
...@@ -537,8 +537,8 @@ config ARCH_SUPPORTS_SHADOW_CALL_STACK ...@@ -537,8 +537,8 @@ config ARCH_SUPPORTS_SHADOW_CALL_STACK
bool bool
help help
An architecture should select this if it supports Clang's Shadow An architecture should select this if it supports Clang's Shadow
Call Stack, has asm/scs.h, and implements runtime support for shadow Call Stack and implements runtime support for shadow stack
stack switching. switching.
config SHADOW_CALL_STACK config SHADOW_CALL_STACK
bool "Clang Shadow Call Stack" bool "Clang Shadow Call Stack"
......
...@@ -10,7 +10,6 @@ ...@@ -10,7 +10,6 @@
#include <linux/scs.h> #include <linux/scs.h>
#include <linux/slab.h> #include <linux/slab.h>
#include <linux/vmstat.h> #include <linux/vmstat.h>
#include <asm/scs.h>
static struct kmem_cache *scs_cache; static struct kmem_cache *scs_cache;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment