mirror of
https://github.com/torvalds/linux.git
synced 2026-06-08 14:42:37 +02:00
ACPICA: ACPI 6.3: PPTT add additional fields in Processor Structure Flags
Commit b5eab512e7 upstream.
ACPICA commit c736ea34add19a3a07e0e398711847cd6b95affd
Link: https://github.com/acpica/acpica/commit/c736ea34
Signed-off-by: Erik Schmauss <erik.schmauss@intel.com>
Signed-off-by: Bob Moore <robert.moore@intel.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Signed-off-by: John Garry <john.garry@huawei.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
This commit is contained in:
parent
34ab38cd80
commit
a73306414f
|
|
@ -1472,8 +1472,11 @@ struct acpi_pptt_processor {
|
|||
|
||||
/* Flags */
|
||||
|
||||
#define ACPI_PPTT_PHYSICAL_PACKAGE (1) /* Physical package */
|
||||
#define ACPI_PPTT_ACPI_PROCESSOR_ID_VALID (2) /* ACPI Processor ID valid */
|
||||
#define ACPI_PPTT_PHYSICAL_PACKAGE (1)
|
||||
#define ACPI_PPTT_ACPI_PROCESSOR_ID_VALID (1<<1)
|
||||
#define ACPI_PPTT_ACPI_PROCESSOR_IS_THREAD (1<<2) /* ACPI 6.3 */
|
||||
#define ACPI_PPTT_ACPI_LEAF_NODE (1<<3) /* ACPI 6.3 */
|
||||
#define ACPI_PPTT_ACPI_IDENTICAL (1<<4) /* ACPI 6.3 */
|
||||
|
||||
/* 1: Cache Type Structure */
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user