Also declaring arm as an unaligned architecture, see Debian bug #502961.

Signed-off-by: Daniel Baumann <mail@daniel-baumann.ch>
This commit is contained in:
Daniel Baumann 2009-05-18 15:10:55 +02:00
parent ff1b24e91d
commit b396dcfb09

View File

@ -57,8 +57,9 @@ static struct {
{ 0xff, "5.25\" 320k floppy 2s/40tr/8sec" }, { 0xff, "5.25\" 320k floppy 2s/40tr/8sec" },
}; };
#if defined __alpha || defined __ia64__ || defined __s390x__ || defined __x86_64__ \ #if defined __alpha || defined __arm || defined __ia64__ || defined __s390x__ \
|| defined __ppc64__ || defined __bfin__ || defined __MICROBLAZE__ || defined __x86_64__ || defined __ppc64__ || defined __bfin__ \
|| defined __MICROBLAZE__
/* Unaligned fields must first be copied byte-wise */ /* Unaligned fields must first be copied byte-wise */
#define GET_UNALIGNED_W(f) \ #define GET_UNALIGNED_W(f) \
({ \ ({ \