We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 812af43 commit 1d200c0Copy full SHA for 1d200c0
arch/x86/kernel/cpu/Makefile
@@ -17,7 +17,7 @@ KCOV_INSTRUMENT_perf_event.o := n
17
nostackp := $(call cc-option, -fno-stack-protector)
18
CFLAGS_common.o := $(nostackp)
19
20
-obj-y := intel_cacheinfo.o scattered.o topology.o
+obj-y := cacheinfo.o scattered.o topology.o
21
obj-y += common.o
22
obj-y += rdrand.o
23
obj-y += match.o
arch/x86/kernel/cpu/intel_cacheinfo.c renamed to arch/x86/kernel/cpu/cacheinfo.c
0 commit comments