WSL2-Linux-Kernel/arch/x86/kernel/cpu/cpufreq
Tejun Heo 7b543a5334 x86: Replace uses of current_cpu_data with this_cpu ops
Replace all uses of current_cpu_data with this_cpu operations on the
per cpu structure cpu_info.  The scala accesses are replaced with the
matching this_cpu ops which results in smaller and more efficient
code.

In the long run, it might be a good idea to remove cpu_data() macro
too and use per_cpu macro directly.

tj: updated description

Cc: Yinghai Lu <yinghai@kernel.org>
Cc: Ingo Molnar <mingo@elte.hu>
Acked-by: H. Peter Anvin <hpa@zytor.com>
Acked-by: Tejun Heo <tj@kernel.org>
Signed-off-by: Christoph Lameter <cl@linux.com>
Signed-off-by: Tejun Heo <tj@kernel.org>
2010-12-30 12:22:03 +01:00
..
Kconfig [CPUFREQ] Processor Clocking Control interface driver 2010-01-13 10:55:16 -05:00
Makefile x86, cpufreq: Add APERF/MPERF support for AMD processors 2010-04-09 14:07:40 -07:00
acpi-cpufreq.c acpi-cpufreq: fix a memleak when unloading driver 2010-10-12 00:58:28 -04:00
cpufreq-nforce2.c [CPUFREQ] arch/x86/kernel/cpu/cpufreq: Fix unsigned return type 2010-10-22 11:44:47 -04:00
e_powersaver.c Merge branch 'core/percpu' into percpu-cpumask-x86-for-linus-2 2009-03-27 17:28:43 +01:00
elanfreq.c include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h 2010-03-30 22:02:32 +09:00
gx-suspmod.c [CPUFREQ] Convert pci_table entries to PCI_VDEVICE (if PCI_ANY_ID is used) 2010-08-03 13:47:05 -04:00
longhaul.c [CPUFREQ] Fix section mismatch for longhaul_cpu_init. 2010-08-03 13:47:06 -04:00
longhaul.h [CPUFREQ] Fix section mismatch for longhaul_cpu_init. 2010-08-03 13:47:06 -04:00
longrun.c [CPUFREQ]: x86, cpufreq: Mark longrun_get_policy with __cpuinit. 2010-10-22 11:44:47 -04:00
mperf.c x86, cpufreq: Add APERF/MPERF support for AMD processors 2010-04-09 14:07:40 -07:00
mperf.h x86, cpufreq: Add APERF/MPERF support for AMD processors 2010-04-09 14:07:40 -07:00
p4-clockmod.c [CPUFREQ] Remove pointless printk from p4-clockmod. 2010-08-03 13:47:30 -04:00
pcc-cpufreq.c [CPUFREQ] Fix memory leaks in pcc_cpufreq_do_osc 2010-09-30 16:14:23 -04:00
powernow-k6.c include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h 2010-03-30 22:02:32 +09:00
powernow-k7.c [CPUFREQ] Fix section mismatch for powernow_cpu_init in powernow-k7.c 2010-08-03 13:47:06 -04:00
powernow-k7.h [CPUFREQ] cpufreq: remove CVS keywords 2008-05-19 18:17:49 -04:00
powernow-k8.c x86: Replace uses of current_cpu_data with this_cpu ops 2010-12-30 12:22:03 +01:00
powernow-k8.h powernow-k8: Add core performance boost support 2010-04-09 14:05:43 -07:00
sc520_freq.c [CPUFREQ] checkpatch cleanups for sc520 2009-02-24 22:47:29 -05:00
speedstep-centrino.c include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h 2010-03-30 22:02:32 +09:00
speedstep-ich.c include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h 2010-03-30 22:02:32 +09:00
speedstep-lib.c include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h 2010-03-30 22:02:32 +09:00
speedstep-lib.h [CPUFREQ] use an enum for speedstep processor identification 2009-11-24 13:33:34 -05:00
speedstep-smi.c include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h 2010-03-30 22:02:32 +09:00