diff options
author | Al Viro <viro@www.linux.org.uk> | 2005-08-23 22:47:32 +0100 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2005-08-23 18:43:44 -0700 |
commit | 0cbdff4f7fc642deb1f36bc035cf60b7bdc497d5 (patch) | |
tree | 4b7ccdab07948b5a80f28d73cc9ecb04f67c754c /net/unix | |
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>
Diffstat (limited to 'net/unix')
0 files changed, 0 insertions, 0 deletions