From: Bob Moore Date: Mon, 5 Jun 2017 08:37:30 +0000 (+0800) Subject: ACPICA: Added two new UUID values X-Git-Tag: v4.13-rc1~173^2~2^2~1^2~47 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=dbbf3bb6b90cfb1e9685bc8b31a0553e774c3146;p=platform%2Fkernel%2Flinux-exynos.git ACPICA: Added two new UUID values ACPICA commit a0168a7aca421d195e1c2b609279fa4a967dd3ac Processor Properties. ACPI 6.2 Link: https://github.com/acpica/acpica/commit/a0168a7a Signed-off-by: Bob Moore Signed-off-by: Lv Zheng Signed-off-by: Rafael J. Wysocki --- diff --git a/include/acpi/acuuid.h b/include/acpi/acuuid.h index 699a199..b1a0a8a 100644 --- a/include/acpi/acuuid.h +++ b/include/acpi/acuuid.h @@ -78,6 +78,11 @@ #define UUID_PERSISTENT_VIRTUAL_DISK "5cea02c9-4d07-69d3-269f-4496fbe096f9" #define UUID_PERSISTENT_VIRTUAL_CD "08018188-42cd-bb48-100f-5387d53ded3d" +/* Processor Properties (ACPI 6.2) */ + +#define UUID_CACHE_PROPERTIES "6DC63E77-257E-4E78-A973-A21F2796898D" +#define UUID_PHYSICAL_PROPERTY "DDE4D59A-AA42-4349-B407-EA40F57D9FB7" + /* Miscellaneous */ #define UUID_PLATFORM_CAPABILITIES "0811b06e-4a27-44f9-8d60-3cbbc22e7b48"