tree 0572889bd8f83cf17622790e8533dd7c2ebadc7e
parent 034e5356a4c0401d1227393de4c756e9c414be35
author Tony Luck <[EMAIL PROTECTED]> Tue, 23 Aug 2005 21:39:15 -0700
committer Tony Luck <[EMAIL PROTECTED]> Tue, 23 Aug 2005 21:39:15 -0700

[IA64] backout incorrect fix for simulator boot issue

Earlier fix in 4aec0fb12267718c750475f3404337ad13caa8f5 just
masked the real problem.

Signed-off-by: Tony Luck <[EMAIL PROTECTED]>

 arch/ia64/hp/sim/boot/bootloader.c |    6 +-----
 1 files changed, 1 insertion(+), 5 deletions(-)

diff --git a/arch/ia64/hp/sim/boot/bootloader.c 
b/arch/ia64/hp/sim/boot/bootloader.c
--- a/arch/ia64/hp/sim/boot/bootloader.c
+++ b/arch/ia64/hp/sim/boot/bootloader.c
@@ -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);
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to