Skip to content

Commit 1d200c0

Browse files
suryasaimadhuKAGA-KOKO
authored andcommitted
x86/CPU: Rename intel_cacheinfo.c to cacheinfo.c
Since this file contains general cache-related information for x86, rename the file to a more generic name. Signed-off-by: Borislav Petkov <[email protected]> Signed-off-by: Suravee Suthikulpanit <[email protected]> Signed-off-by: Borislav Petkov <[email protected]> Signed-off-by: Thomas Gleixner <[email protected]> Link: http://lkml.kernel.org/r/[email protected]
1 parent 812af43 commit 1d200c0

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

arch/x86/kernel/cpu/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ KCOV_INSTRUMENT_perf_event.o := n
1717
nostackp := $(call cc-option, -fno-stack-protector)
1818
CFLAGS_common.o := $(nostackp)
1919

20-
obj-y := intel_cacheinfo.o scattered.o topology.o
20+
obj-y := cacheinfo.o scattered.o topology.o
2121
obj-y += common.o
2222
obj-y += rdrand.o
2323
obj-y += match.o
File renamed without changes.

0 commit comments

Comments
 (0)