swh:1:snp:c2847dfd741eae21606027cf29250d1ebcd63fb4
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: 53d5fc89d66a778577295020dc57bb3ccec84354 authored by Linus Torvalds on 01 October 2021, 21:45:23 UTC
Merge tag 's390-5.15-4' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux
Tip revision: 53d5fc8

README

back to top