commit | 0cbdff4f7fc642deb1f36bc035cf60b7bdc497d5 | [log] [tgz] |
---|---|---|
author | Al Viro <viro@www.linux.org.uk> | Tue Aug 23 22:47:32 2005 +0100 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Tue Aug 23 18:43:44 2005 -0700 |
tree | 4b7ccdab07948b5a80f28d73cc9ecb04f67c754c | |
parent | a828b8e4e699b5e3ce0dcbb708ecb099b86f3126 [diff] |
[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>