Skip to content

Commit 87b8ec5

Browse files
acpibobrafaeljw
authored andcommitted
ACPICA: iASL: Fix for WPBT table with no command-line arguments
Handle the case where the Command-line Arguments table field does not exist. ACPICA commit d6487164497fda170a1b1453c5d58f2be7c873d6 Link: acpica/acpica@d6487164 Signed-off-by: Bob Moore <[email protected]> Signed-off-by: Rafael J. Wysocki <[email protected]>
1 parent 200950b commit 87b8ec5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

include/acpi/actbl3.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -723,6 +723,10 @@ struct acpi_table_wpbt {
723723
u16 arguments_length;
724724
};
725725

726+
struct acpi_wpbt_unicode {
727+
u16 *unicode_string;
728+
};
729+
726730
/*******************************************************************************
727731
*
728732
* WSMT - Windows SMM Security Mitigations Table

0 commit comments

Comments
 (0)