diff options
Diffstat (limited to 'source/include/actbl1.h')
-rw-r--r-- | source/include/actbl1.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/source/include/actbl1.h b/source/include/actbl1.h index ace4da91d8784..bd2df958be99c 100644 --- a/source/include/actbl1.h +++ b/source/include/actbl1.h @@ -45,6 +45,8 @@ #define __ACTBL1_H__ +#pragma pack(push) /* Set default struct packing */ + /******************************************************************************* * * Additional ACPI Tables (1) @@ -1141,8 +1143,6 @@ typedef struct acpi_srat_x2apic_cpu_affinity #define ACPI_SRAT_CPU_ENABLED (1) /* 00: Use affinity structure */ -/* Reset to default packing */ - -#pragma pack() +#pragma pack(pop) /* Restore original struct packing */ #endif /* __ACTBL1_H__ */ |