Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 62d75f37 authored by Tony Luck's avatar Tony Luck
Browse files

[IA64] backout incorrect fix for simulator boot issue



Earlier fix in 4aec0fb1 just
masked the real problem.

Signed-off-by: default avatarTony Luck <tony.luck@intel.com>
parent 034e5356
Loading
Loading
Loading
Loading
+1 −5
Original line number Diff line number Diff line
@@ -30,14 +30,10 @@ struct disk_req {
	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 {
	int fd;
	unsigned count;
} __attribute__ ((aligned (16)));
};

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);