]> www.infradead.org Git - users/jedix/linux-maple.git/commit
cpufreq: ACPI: Simplify MSR read on the boot CPU
authorChang S. Bae <chang.seok.bae@intel.com>
Wed, 6 Nov 2024 18:23:13 +0000 (10:23 -0800)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Tue, 12 Nov 2024 20:42:29 +0000 (21:42 +0100)
commitb35ea78a4761b08b2695d98f240fec1f4e85092b
treef67254e3e9873bd0d84547072637744192db0a41
parent70d8b6485b0bcd135b6699fc4252d2272818d1fb
cpufreq: ACPI: Simplify MSR read on the boot CPU

Replace the 32-bit MSR access function with a 64-bit variant to simplify
the call site, eliminating unnecessary 32-bit value manipulations.

Signed-off-by: Chang S. Bae <chang.seok.bae@intel.com>
Link: https://patch.msgid.link/20241106182313.165297-1-chang.seok.bae@intel.com
[ rjw: Subject edit ]
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/cpufreq/acpi-cpufreq.c