From: Martin Schwidefsky Date: Wed, 11 Apr 2012 12:28:12 +0000 (+0200) Subject: [S390] Fix compile error in swab.h X-Git-Tag: v3.4-rc4~29^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=affbb420239695018941173b63bf70551ede8b93;p=pandora-kernel.git [S390] Fix compile error in swab.h The inline assembly in__arch_swab16p causes compile errors of the form: *error*: *invalid* '*asm*': operand number missing after %-*letter* The assembly uses the %O/%R notation but the first operand misses the operand number, it needs to be "%O1" instead of "%O". Reported-by: Gil Peleg Signed-off-by: Martin Schwidefsky --- Reading git-diff-tree failed