projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a95d2fb
)
ACPICA: iASL: NHLT: Treat Terminator as specific_config
author
Piotr Maziarz
<piotrx.maziarz@linux.intel.com>
Mon, 11 Apr 2022 18:48:21 +0000
(20:48 +0200)
committer
Rafael J. Wysocki
<rafael.j.wysocki@intel.com>
Wed, 13 Apr 2022 18:24:57 +0000
(20:24 +0200)
ACPICA commit
23a659e190cf3ed0edd46cddf12bbbcfeaa09396
specific_config has 4 bytes of size and then an amount of bytes specified
by size. All of the terminators that I've seen had a size equal to 4, but
theoretically it can vary.
Link:
https://github.com/acpica/acpica/commit/23a659e1
Signed-off-by: Bob Moore <robert.moore@intel.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
include/acpi/actbl2.h
patch
|
blob
|
history
diff --git
a/include/acpi/actbl2.h
b/include/acpi/actbl2.h
index 16847c8d9d5f37357011f65ce31f82e7bf937da7..a57853f2bb0bf1ea51a52e9bb7505b44e0b5c964 100644
(file)
--- a/
include/acpi/actbl2.h
+++ b/
include/acpi/actbl2.h
@@
-1689,11
+1689,6
@@
struct acpi_nhlt_linux_specific_data_b {
u8 specific_data[18];
};
-struct acpi_nhlt_table_terminator {
- u32 terminator_value;
- u32 terminator_signature;
-};
-
/*******************************************************************************
*
* PCCT - Platform Communications Channel Table (ACPI 5.0)