]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
x86/CPU: Rename intel_cacheinfo.c to cacheinfo.c
authorBorislav Petkov <bp@suse.de>
Fri, 27 Apr 2018 21:34:36 +0000 (16:34 -0500)
committerThomas Gleixner <tglx@linutronix.de>
Sun, 6 May 2018 10:49:15 +0000 (12:49 +0200)
Since this file contains general cache-related information for x86,
rename the file to a more generic name.

Signed-off-by: Borislav Petkov <bp@suse.de>
Signed-off-by: Suravee Suthikulpanit <suravee.suthikulpanit@amd.com>
Signed-off-by: Borislav Petkov <bp@suse.de>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Link: http://lkml.kernel.org/r/1524864877-111962-4-git-send-email-suravee.suthikulpanit@amd.com
arch/x86/kernel/cpu/Makefile
arch/x86/kernel/cpu/cacheinfo.c [moved from arch/x86/kernel/cpu/intel_cacheinfo.c with 100% similarity]

index a66229f51b124a85fea9ee327e821d4f877e9af8..7a40196967cb308876e4eafce7cda932a1690066 100644 (file)
@@ -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