Commit 859e65cc authored by Hidetoshi Seto's avatar Hidetoshi Seto Committed by Tony Luck

[IA64] floating point regs are not 16-byte aligned inside SAL error record

Signed-off-by: default avatarHidetoshi Seto <seto.hidetoshi@jp.fujitsu.com>
Signed-off-by: default avatarTony Luck <tony.luck@intel.com>
parent de9b29d1
...@@ -364,7 +364,7 @@ typedef struct sal_processor_static_info { ...@@ -364,7 +364,7 @@ typedef struct sal_processor_static_info {
u64 cr[128]; u64 cr[128];
u64 ar[128]; u64 ar[128];
u64 rr[8]; u64 rr[8];
struct ia64_fpreg fr[128]; struct ia64_fpreg __attribute__ ((packed)) fr[128];
} sal_processor_static_info_t; } sal_processor_static_info_t;
struct sal_cpuid_info { struct sal_cpuid_info {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment