diff options
author | Masahiro Yamada <masahiroy@kernel.org> | 2022-07-11 13:12:47 +0900 |
---|---|---|
committer | Borislav Petkov <bp@suse.de> | 2022-07-11 08:53:28 +0200 |
commit | 8b979924b9f9e945a095a2f622b39b9fd9f65acb (patch) | |
tree | 74269b73c59a6f7cf2b251027242ac8cc32d55e1 /arch/x86 | |
parent | 1b8667812b3a1304f3db736ac4905d6ad77d721e (diff) | |
download | linux-stable-8b979924b9f9e945a095a2f622b39b9fd9f65acb.tar.gz linux-stable-8b979924b9f9e945a095a2f622b39b9fd9f65acb.tar.bz2 linux-stable-8b979924b9f9e945a095a2f622b39b9fd9f65acb.zip |
x86/build: Remove unused OBJECT_FILES_NON_STANDARD_test_nx.o
Commit 3ad38ceb2769 ("x86/mm: Remove CONFIG_DEBUG_NX_TEST")
removed arch/x86/kernel/test_nx.c
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Signed-off-by: Borislav Petkov <bp@suse.de>
Link: https://lore.kernel.org/r/20220711041247.119357-1-masahiroy@kernel.org
Diffstat (limited to 'arch/x86')
-rw-r--r-- | arch/x86/kernel/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/x86/kernel/Makefile b/arch/x86/kernel/Makefile index 4c8b6ae802ac..a20a5ebfacd7 100644 --- a/arch/x86/kernel/Makefile +++ b/arch/x86/kernel/Makefile @@ -34,8 +34,6 @@ KASAN_SANITIZE_sev.o := n # by several compilation units. To be safe, disable all instrumentation. KCSAN_SANITIZE := n -OBJECT_FILES_NON_STANDARD_test_nx.o := y - # If instrumentation of this dir is enabled, boot hangs during first second. # Probably could be more selective here, but note that files related to irqs, # boot, dumpstack/stacktrace, etc are either non-interesting or can lead to |