diff mbox series

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

Message ID 2256118.ElGaqSPkdT@kreacher
State New
Headers show
Series ACPICA: ACPICA 20220331 | expand

Commit Message

Rafael J. Wysocki April 11, 2022, 6:47 p.m. UTC
From: Lawrence Hileman <larry.hileman@xconn-tech.com>

ACPICA commit 19b11f91660b1a38a8e9655b0b1a4ad51ec4db1e

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

Patch

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)