]> git.baikalelectronics.ru Git - kernel.git/commit
x86/ACPI: CPPC: Rename cppc_msr.c to cppc.c
authorHuang Rui <ray.huang@amd.com>
Mon, 14 Feb 2022 10:14:47 +0000 (18:14 +0800)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Tue, 8 Mar 2022 18:16:43 +0000 (19:16 +0100)
commit09237c1739c75559279117604bcc503598b9f53b
treefb2c8dc2f387e8ebc66c92ee27b2698a11b090ae
parenta997320ce8be551bef6d094fe09b60fb89b02cfc
x86/ACPI: CPPC: Rename cppc_msr.c to cppc.c

Rename the cppc_msr.c to cppc.c in x86 ACPI, that expects to use this file
to cover more function implementation for ACPI CPPC beside MSR helpers.
Naming as "cppc" is more straightforward as one of the functionalities
under ACPI subsystem.

Signed-off-by: Huang Rui <ray.huang@amd.com>
[ rjw: Subject ]
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
arch/x86/kernel/acpi/Makefile
arch/x86/kernel/acpi/cppc.c [new file with mode: 0644]
arch/x86/kernel/acpi/cppc_msr.c [deleted file]