ACPI: processor: Rename ACPI_PDC symbols
authorMichal Wilczynski <michal.wilczynski@intel.com>
Mon, 10 Jul 2023 14:03:32 +0000 (17:03 +0300)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Fri, 14 Jul 2023 15:59:40 +0000 (17:59 +0200)
commitc9e6c5e64f0c00612dc429bc401da0ea673e5130
tree4f6b7ff5ad9f43ab722ec798ef6af036179a3c9d
parentc5e4d05db8602acebb532a393f10fb4cc4761467
ACPI: processor: Rename ACPI_PDC symbols

The prefix in the names of the ACPI_PDC symbols suggests that they are
only relevant for _PDC, but in fact they can also be used in the _OSC.

Change that prefix to a more generic ACPI_PROC_CAP that will better
reflect the purpose of those symbols as they represent bits in a general
processor capabilities buffer.

Rename pdc_intel.h to proc_cap_intel.h to follow the change of the
symbol name prefix.

No intentional functional impact.

Suggested-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Signed-off-by: Michal Wilczynski <michal.wilczynski@intel.com>
[ rjw: Subject and changelog edits ]
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
arch/ia64/include/asm/acpi.h
arch/x86/include/asm/acpi.h
arch/x86/xen/enlighten_pv.c
drivers/acpi/processor_pdc.c
include/acpi/pdc_intel.h [deleted file]
include/acpi/proc_cap_intel.h [new file with mode: 0644]