]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commit - arch/x86/include/asm/intel-family.h
x86/intel: Aggregate big core graphics naming
authorPeter Zijlstra <peterz@infradead.org>
Tue, 27 Aug 2019 19:48:23 +0000 (21:48 +0200)
committerPeter Zijlstra <peterz@infradead.org>
Wed, 28 Aug 2019 09:29:31 +0000 (11:29 +0200)
commit5e741407eab7c602ee5a2b06afb0070a02f4412f
tree120f86a744158fbcf53d8c2b9c4315fc8c77c9c1
parentaf239c44e3f976762e9bc052f0d5796b90ea530b
x86/intel: Aggregate big core graphics naming

Currently big core clients with extra graphics on have:

 - _G
 - _GT3E

Make it uniformly: _G

for i in `git grep -l "\(INTEL_FAM6_\|VULNWL_INTEL\|INTEL_CPU_FAM6\).*_GT3E"`
do
sed -i -e 's/\(\(INTEL_FAM6_\|VULNWL_INTEL\|INTEL_CPU_FAM6\).*\)_GT3E/\1_G/g' ${i}
done

Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Reviewed-by: Tony Luck <tony.luck@intel.com>
Cc: x86@kernel.org
Cc: Dave Hansen <dave.hansen@intel.com>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: Borislav Petkov <bp@alien8.de>
Link: https://lkml.kernel.org/r/20190827195122.622802314@infradead.org
14 files changed:
arch/x86/events/intel/core.c
arch/x86/events/intel/cstate.c
arch/x86/events/intel/pt.c
arch/x86/events/intel/rapl.c
arch/x86/events/intel/uncore.c
arch/x86/events/msr.c
arch/x86/include/asm/intel-family.h
arch/x86/kernel/apic/apic.c
arch/x86/kernel/cpu/bugs.c
arch/x86/kernel/cpu/intel.c
drivers/cpufreq/intel_pstate.c
drivers/idle/intel_idle.c
drivers/powercap/intel_rapl_common.c
tools/power/x86/turbostat/turbostat.c