Hi!
Handle the case where the Command-line Arguments table field does not exist.
ACPICA commit d6487164497fda170a1b1453c5d58f2be7c873d6
I'm not sure what is going on here, but adding unused definition will not make any difference for 4.4 users, so we don't need this in -stable...?
Best regards, Pavel
+++ b/include/acpi/actbl3.h @@ -738,6 +738,10 @@ struct acpi_table_wpbt { u16 arguments_length; }; +struct acpi_wpbt_unicode {
- u16 *unicode_string;
+};
/*******************************************************************************
- XENV - Xen Environment Table (ACPI 6.0)