[PATCH 02/20] ACPICA: Add the subtable CFMWS to the CEDT table

From: Rafael J. Wysocki
Date: Mon Apr 11 2022 - 15:06:29 EST


From: Lawrence Hileman <larry.hileman@xxxxxxxxxxxxxx>

ACPICA commit 19b11f91660b1a38a8e9655b0b1a4ad51ec4db1e

Link: https://github.com/acpica/acpica/commit/19b11f91
Signed-off-by: Bob Moore <robert.moore@xxxxxxxxx>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@xxxxxxxxx>
---
actbl1.h | 4 ++++
1 file changed, 4 insertions(+)

diff -Nurp linux.before_name/include/acpi/actbl1.h linux.after_name/include/acpi/actbl1.h
--- linux.before_name/include/acpi/actbl1.h 2022-04-01 18:22:39.697289385 +0200
+++ linux.after_name/include/acpi/actbl1.h 2022-04-01 18:22:36.230333871 +0200
@@ -373,6 +373,10 @@ struct acpi_cedt_cfmws {
u32 interleave_targets[];
};

+struct acpi_cedt_cfmws_target_element {
+ u32 interleave_target;
+};
+
/* Values for Interleave Arithmetic field above */

#define ACPI_CEDT_CFMWS_ARITHMETIC_MODULO (0)