Skip to content

Commit fd8af34

Browse files
huangruirafaeljw
authored andcommitted
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>
1 parent 4fecb1e commit fd8af34

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

arch/x86/kernel/acpi/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
obj-$(CONFIG_ACPI) += boot.o
44
obj-$(CONFIG_ACPI_SLEEP) += sleep.o wakeup_$(BITS).o
55
obj-$(CONFIG_ACPI_APEI) += apei.o
6-
obj-$(CONFIG_ACPI_CPPC_LIB) += cppc_msr.o
6+
obj-$(CONFIG_ACPI_CPPC_LIB) += cppc.o
77

88
ifneq ($(CONFIG_ACPI_PROCESSOR),)
99
obj-y += cstate.o
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// SPDX-License-Identifier: GPL-2.0-only
22
/*
3-
* cppc_msr.c: MSR Interface for CPPC
3+
* cppc.c: CPPC Interface for x86
44
* Copyright (c) 2016, Intel Corporation.
55
*/
66

0 commit comments

Comments
 (0)