mirror of
https://github.com/ibm-s390-linux/s390-tools.git
synced 2026-08-05 02:14:52 +00:00
zdump: Make use of __packed macro
Make use of the pre-defined __packed macro throughout zdump. Signed-off-by: Philipp Rudo <prudo@linux.ibm.com> Reviewed-by: Stefan Haberland <sth@linux.ibm.com> Signed-off-by: Jan Höppner <hoeppner@linux.ibm.com>
This commit is contained in:
committed by
Jan Höppner
parent
0f7ed7d4fc
commit
244bf4e550
@@ -13,7 +13,10 @@
|
||||
#define DFI_H
|
||||
|
||||
#include <linux/utsname.h>
|
||||
|
||||
#include "lib/zt_common.h"
|
||||
#include "lib/util_list.h"
|
||||
|
||||
#include "zg.h"
|
||||
|
||||
/*
|
||||
@@ -68,7 +71,7 @@ struct dfi_lowcore_64 {
|
||||
u32 access_regs_save_area[16]; /* 0x1340 */
|
||||
u64 cregs_save_area[16]; /* 0x1380 */
|
||||
u8 pad_0x1400[0x2000-0x1400]; /* 0x1400 */
|
||||
} __attribute__((packed));
|
||||
} __packed;
|
||||
|
||||
static inline u64 dfi_lc_size(enum dfi_arch arch)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user