From: Al Viro Date: Tue, 23 Aug 2005 21:47:32 +0000 (+0100) Subject: [PATCH] broken inline asm on s390 (misuse of labels) X-Git-Tag: v2.6.13-rc7~19 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0cbdff4f7fc642deb1f36bc035cf60b7bdc497d5;p=pandora-kernel.git [PATCH] broken inline asm on s390 (misuse of labels) use of explicit labels in inline asm is a Bad Idea(tm), since gcc can decide to inline the function in several places. Fixed by use of 1f/f: instead of .Lfitsin/.Lfitsin: Signed-off-by: Al Viro Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed