[PATCH] broken inline asm on s390 (misuse of labels)
commit0cbdff4f7fc642deb1f36bc035cf60b7bdc497d5
authorAl Viro <viro@www.linux.org.uk>
Tue, 23 Aug 2005 21:47:32 +0000 (23 22:47 +0100)
committerLinus Torvalds <torvalds@g5.osdl.org>
Wed, 24 Aug 2005 01:43:44 +0000 (23 18:43 -0700)
tree4b7ccdab07948b5a80f28d73cc9ecb04f67c754c
parenta828b8e4e699b5e3ce0dcbb708ecb099b86f3126
[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 <viro@parcelfarce.linux.theplanet.co.uk>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
arch/s390/kernel/cpcmd.c