From bb6000fc30809ad8025bac5eb173d46f56223a7e Mon Sep 17 00:00:00 2001 From: Jaroslav Skarvada Date: Fri, 8 Oct 2010 13:38:16 +0200 Subject: [PATCH] Unalign on s390x, see http://bugzilla.redhat.com/show_bug.cgi?id=624596 for more information. Signed-off-by: Daniel Baumann --- src/boot.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/boot.c b/src/boot.c index f5113e9..8848efe 100644 --- a/src/boot.c +++ b/src/boot.c @@ -59,9 +59,8 @@ static struct { { 0xff, "5.25\" 320k floppy 2s/40tr/8sec" }, }; -#if defined __alpha || defined __arm || defined __arm__ || defined __ia64__ || defined __s390x__ \ - || defined __x86_64__ || defined __ppc64__ || defined __bfin__ \ - || defined __MICROBLAZE__ +#if defined __alpha || defined __arm || defined __arm__ || defined __ia64__ || defined __x86_64__ \ + || defined __ppc64__ || defined __bfin__ || defined __MICROBLAZE__ /* Unaligned fields must first be copied byte-wise */ #define GET_UNALIGNED_W(f) \ ({ \