diff options
author | Robert Moore <Robert.Moore@intel.com> | 2014-03-05 01:12:01 -0500 |
---|---|---|
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2014-03-17 20:53:45 -0400 |
commit | 6e596084833b95662dfe90e1f30d83ccbd64575c (patch) | |
tree | ca9530e294d057788b551be667f26dbb07b4277e /include/acpi/acpixf.h | |
parent | bcef50814c9de8e0672d3e7f9f1abd85e1b95d13 (diff) |
ACPICA: Revert "Headers: Deploy #pragma pack (push) and (pop)."
This reverts commit aae576e5faefa8ba70647efa320d4747b6375f1e.
Push and Pop are not portable "enough", and caused problems for
some ACPICA customers.
Signed-off-by: Robert Moore <Robert.Moore@intel.com>
Signed-off-by: Lv Zheng <lv.zheng@intel.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Diffstat (limited to 'include/acpi/acpixf.h')
-rw-r--r-- | include/acpi/acpixf.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/acpi/acpixf.h b/include/acpi/acpixf.h index 943c6d7856ca..e04f0114283f 100644 --- a/include/acpi/acpixf.h +++ b/include/acpi/acpixf.h | |||
@@ -55,8 +55,6 @@ | |||
55 | 55 | ||
56 | extern u8 acpi_gbl_permanent_mmap; | 56 | extern u8 acpi_gbl_permanent_mmap; |
57 | 57 | ||
58 | #pragma pack(push) /* Set default struct packing */ | ||
59 | |||
60 | /* | 58 | /* |
61 | * Globals that are publically available | 59 | * Globals that are publically available |
62 | */ | 60 | */ |
@@ -582,6 +580,4 @@ acpi_debug_print_raw(u32 requested_debug_level, | |||
582 | u32 component_id, const char *format, ...); | 580 | u32 component_id, const char *format, ...); |
583 | #endif | 581 | #endif |
584 | 582 | ||
585 | #pragma pack(pop) /* Restore original struct packing */ | ||
586 | |||
587 | #endif /* __ACXFACE_H__ */ | 583 | #endif /* __ACXFACE_H__ */ |