acpi: Mark struct acpi_rsdp as packed
authorSimon Glass <sjg@chromium.org>
Sat, 15 Mar 2025 14:25:57 +0000 (14:25 +0000)
committerTom Rini <trini@konsulko.com>
Thu, 3 Apr 2025 17:41:55 +0000 (11:41 -0600)
commit8d6097d30041e8b0f0238a30e877967895f738f3
tree7e85ed264f3565a4745eedeb6cb048201b2187ef
parentc4af65b3ba5dbc51d4875d5ca90ce710f0435776
acpi: Mark struct acpi_rsdp as packed

At present the size of this struct is too large on 64-bit machines.
Annotate it with __packed to fix this.

Signed-off-by: Simon Glass <sjg@chromium.org>
include/acpi/acpi_table.h