summaryrefslogtreecommitdiffstats
path: root/EdkCompatibilityPkg/Foundation/Include/IndustryStandard/LegacyBiosMpTable.h
diff options
context:
space:
mode:
Diffstat (limited to 'EdkCompatibilityPkg/Foundation/Include/IndustryStandard/LegacyBiosMpTable.h')
-rw-r--r--EdkCompatibilityPkg/Foundation/Include/IndustryStandard/LegacyBiosMpTable.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/EdkCompatibilityPkg/Foundation/Include/IndustryStandard/LegacyBiosMpTable.h b/EdkCompatibilityPkg/Foundation/Include/IndustryStandard/LegacyBiosMpTable.h
index bf484a7541..ecaece1d1c 100644
--- a/EdkCompatibilityPkg/Foundation/Include/IndustryStandard/LegacyBiosMpTable.h
+++ b/EdkCompatibilityPkg/Foundation/Include/IndustryStandard/LegacyBiosMpTable.h
@@ -28,7 +28,7 @@ Abstract:
//
// Define MP table structures. All are packed.
//
-#pragma pack(push, 1)
+#pragma pack(1)
#define EFI_LEGACY_MP_TABLE_FLOATING_POINTER_SIGNATURE EFI_SIGNATURE_32 ('_', 'M', 'P', '_')
typedef struct {
@@ -278,6 +278,6 @@ typedef struct {
UINT32 PredefinedRangeList;
} EFI_LEGACY_MP_TABLE_ENTRY_EXT_COMPAT_BUS_ADDR_SPACE_MODIFIER;
-#pragma pack(pop)
+#pragma pack()
#endif