]> Git Repo - linux.git/commit
cpufreq: acpi: move MSR_K7_HWCR_CPB_DIS_BIT into msr-index.h
authorPerry Yuan <[email protected]>
Wed, 26 Jun 2024 04:27:30 +0000 (23:27 -0500)
committerMario Limonciello <[email protected]>
Wed, 26 Jun 2024 20:48:21 +0000 (15:48 -0500)
commit4f460bff7b6ac53d7d8509501a9fba7292a4a11a
treeca76acdb9080044985ca10f4378e848e79d52b0a
parent2240d3e60bb3e7a00422596412d012aeb54c1573
cpufreq: acpi: move MSR_K7_HWCR_CPB_DIS_BIT into msr-index.h

There are some other drivers also need to use the
MSR_K7_HWCR_CPB_DIS_BIT for CPB control bit, so it makes sense to move
the definition to a common header file to allow other driver to use it.

No intentional functional impact.

Suggested-by: Gautham Ranjal Shenoy <[email protected]>
Signed-off-by: Perry Yuan <[email protected]>
Acked-by: Rafael J. Wysocki <[email protected]>
Acked-by: Huang Rui <[email protected]>
Link: https://lore.kernel.org/r/78b6c75e6cffddce3e950dd543af6ae9f8eeccc3.1718988436.git.perry.yuan@amd.com
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Mario Limonciello <[email protected]>
arch/x86/include/asm/msr-index.h
drivers/cpufreq/acpi-cpufreq.c
This page took 0.057481 seconds and 4 git commands to generate.