From: Borislav Petkov Date: Fri, 27 Apr 2018 21:34:36 +0000 (-0500) Subject: x86/CPU: Rename intel_cacheinfo.c to cacheinfo.c X-Git-Tag: v4.18-rc1~163^2~15 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1d200c078d0e3e49e2995b9d25fef8926d491f4f;p=thirdparty%2Fkernel%2Flinux.git 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 Signed-off-by: Suravee Suthikulpanit Signed-off-by: Borislav Petkov Signed-off-by: Thomas Gleixner Link: http://lkml.kernel.org/r/1524864877-111962-4-git-send-email-suravee.suthikulpanit@amd.com --- diff --git a/arch/x86/kernel/cpu/Makefile b/arch/x86/kernel/cpu/Makefile index a66229f51b124..7a40196967cb3 100644 --- a/arch/x86/kernel/cpu/Makefile +++ b/arch/x86/kernel/cpu/Makefile @@ -17,7 +17,7 @@ KCOV_INSTRUMENT_perf_event.o := n nostackp := $(call cc-option, -fno-stack-protector) CFLAGS_common.o := $(nostackp) -obj-y := intel_cacheinfo.o scattered.o topology.o +obj-y := cacheinfo.o scattered.o topology.o obj-y += common.o obj-y += rdrand.o obj-y += match.o diff --git a/arch/x86/kernel/cpu/intel_cacheinfo.c b/arch/x86/kernel/cpu/cacheinfo.c similarity index 100% rename from arch/x86/kernel/cpu/intel_cacheinfo.c rename to arch/x86/kernel/cpu/cacheinfo.c