Commit fd8af343 authored by Huang Rui's avatar Huang Rui Committed by Rafael J. Wysocki
Browse files

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: default avatarHuang Rui <ray.huang@amd.com>
[ rjw: Subject ]
Signed-off-by: default avatarRafael J. Wysocki <rafael.j.wysocki@intel.com>
parent 4fecb1e9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3,7 +3,7 @@
obj-$(CONFIG_ACPI)		+= boot.o
obj-$(CONFIG_ACPI_SLEEP)	+= sleep.o wakeup_$(BITS).o
obj-$(CONFIG_ACPI_APEI)		+= apei.o
obj-$(CONFIG_ACPI_CPPC_LIB)	+= cppc_msr.o
obj-$(CONFIG_ACPI_CPPC_LIB)	+= cppc.o

ifneq ($(CONFIG_ACPI_PROCESSOR),)
obj-y				+= cstate.o
+1 −1
Original line number Diff line number Diff line
// SPDX-License-Identifier: GPL-2.0-only
/*
 * cppc_msr.c:  MSR Interface for CPPC
 * cppc.c: CPPC Interface for x86
 * Copyright (c) 2016, Intel Corporation.
 */