https://github.com/torvalds/linux
Revision 0cbdff4f7fc642deb1f36bc035cf60b7bdc497d5 authored by Al Viro on 23 August 2005, 21:47:32 UTC, committed by Linus Torvalds on 24 August 2005, 01:43:44 UTC
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>
1 parent a828b8e
History
Tip revision: 0cbdff4f7fc642deb1f36bc035cf60b7bdc497d5 authored by Al Viro on 23 August 2005, 21:47:32 UTC
[PATCH] broken inline asm on s390 (misuse of labels)
Tip revision: 0cbdff4

README

back to top