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)
commitfd8af343a299df264c41b1219358f502c7b5b18a
treefb2c8dc2f387e8ebc66c92ee27b2698a11b090ae
parent4fecb1e93e4914fc0bc1fb467ca79741f9f94abb
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]