diff options
author | Mark Brown <broonie@kernel.org> | 2020-04-16 20:24:02 +0200 |
---|---|---|
committer | Borislav Petkov <bp@suse.de> | 2020-04-18 17:43:09 +0200 |
commit | 2ce0d7f9766f0e49bb54f149c77bae89464932fb (patch) | |
tree | 2cfca9e228aaad735fc759fbbefd84209f3f2011 /arch/x86/Kconfig | |
parent | x86/32: Remove CONFIG_DOUBLEFAULT (diff) | |
download | linux-2ce0d7f9766f0e49bb54f149c77bae89464932fb.tar.xz linux-2ce0d7f9766f0e49bb54f149c77bae89464932fb.zip |
x86/asm: Provide a Kconfig symbol for disabling old assembly annotations
As x86 was converted to use the modern SYM_ annotations for assembly,
ifdefs were added to remove the generic definitions of the old style
annotations on x86. Rather than collect a list of architectures in the
ifdefs as more architectures are converted over, provide a Kconfig
symbol for this and update x86 to use it.
Signed-off-by: Mark Brown <broonie@kernel.org>
Signed-off-by: Borislav Petkov <bp@suse.de>
Acked-by: Jiri Slaby <jslaby@suse.cz>
Link: https://lkml.kernel.org/r/20200416182402.6206-1-broonie@kernel.org
Diffstat (limited to 'arch/x86/Kconfig')
-rw-r--r-- | arch/x86/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig index 1d6104ea8af0..e3d22edfd70a 100644 --- a/arch/x86/Kconfig +++ b/arch/x86/Kconfig @@ -91,6 +91,7 @@ config X86 select ARCH_USE_BUILTIN_BSWAP select ARCH_USE_QUEUED_RWLOCKS select ARCH_USE_QUEUED_SPINLOCKS + select ARCH_USE_SYM_ANNOTATIONS select ARCH_WANT_BATCHED_UNMAP_TLB_FLUSH select ARCH_WANT_DEFAULT_BPF_JIT if X86_64 select ARCH_WANTS_DYNAMIC_TASK_STRUCT |