more information.

Signed-off-by: Daniel Baumann <mail@daniel-baumann.ch>
This commit is contained in:
Jaroslav Skarvada 2010-10-08 13:38:16 +02:00 committed by Daniel Baumann
parent 5ef7f1f78a
commit bb6000fc30

View File

@ -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) \
({ \