Skip to content

Commit

Permalink
[IA64] backout incorrect fix for simulator boot issue
Browse files Browse the repository at this point in the history
Earlier fix in 4aec0fb just
masked the real problem.

Signed-off-by: Tony Luck <tony.luck@intel.com>
  • Loading branch information
Tony Luck committed Aug 23, 2005
1 parent 034e535 commit 62d75f3
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions arch/ia64/hp/sim/boot/bootloader.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 62d75f3

Please sign in to comment.