提交 62d75f37 编写于 作者: T Tony Luck

[IA64] backout incorrect fix for simulator boot issue

Earlier fix in 4aec0fb1 just
masked the real problem.
Signed-off-by: NTony Luck <tony.luck@intel.com>
上级 034e5356
...@@ -30,14 +30,10 @@ struct disk_req { ...@@ -30,14 +30,10 @@ struct disk_req {
unsigned len; unsigned len;
}; };
/* SSC_WAIT_COMPLETION appears to want this large alignment. gcc < 4
* seems to give it by default, however gcc > 4 is smarter and may
* not.
*/
struct disk_stat { struct disk_stat {
int fd; int fd;
unsigned count; unsigned count;
} __attribute__ ((aligned (16))); };
extern void jmp_to_kernel (unsigned long bp, unsigned long e_entry); extern void jmp_to_kernel (unsigned long bp, unsigned long e_entry);
extern struct ia64_boot_param *sys_fw_init (const char *args, int arglen); extern struct ia64_boot_param *sys_fw_init (const char *args, int arglen);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册