mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-17 15:27:36 +00:00
Add a padding member to the header overlaid on data allocated in the
ACPI_DEBUG case. Without this, use of allocated memory is unaligned and causes a trap on ia64. Intel may fix this differently in a subsequent release but this is adequate for now. Submitted by: marcel MFC after: 2 days
This commit is contained in:
parent
671d52d8aa
commit
aaff1d4cfa
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/vendor-sys/acpica/dist/; revision=133931
@ -1050,7 +1050,8 @@ typedef struct acpi_debug_print_info
|
||||
UINT32 Component; \
|
||||
UINT32 Line; \
|
||||
char Module[ACPI_MAX_MODULE_NAME]; \
|
||||
UINT8 AllocType;
|
||||
UINT8 AllocType; \
|
||||
UINT8 Padding[3];
|
||||
|
||||
typedef struct acpi_debug_mem_header
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user