Declaring Blackfin as an unaligned architecture.

Signed-off-by: Daniel Baumann <mail@daniel-baumann.ch>
This commit is contained in:
Mike Frysinger 2009-03-05 07:03:36 +01:00 committed by Daniel Baumann
parent b54a8a46ef
commit 89f0b727b5

View File

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