提交 f62c4a96 编写于 作者: D David Mosberger-Tang 提交者: Tony Luck

[IA64] Make PCDP work again.

Mark's patch added "attribute((packed))" for pcdp_uart, without
accounting for the fact that the structure definition _relied_ on
implicit padding by 6 bytes.  Fix is to make the padding explicit.
Signed-off-by: NDavid Mosberger-Tang <David.Mosberger@acm.org>
Signed-off-by: NTony Luck <tony.luck@intel.com>
上级 59a0a8aa
......@@ -52,6 +52,8 @@ struct pcdp_uart {
u32 clock_rate;
u8 pci_prog_intfc;
u8 flags;
u16 conout_index;
u32 reserved;
} __attribute__((packed));
#define PCDP_IF_PCI 1
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册