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
File Mode Size
Makefile -rw-r--r-- 237 bytes
compat.c -rw-r--r-- 17.3 KB
compat_mq.c -rw-r--r-- 4.0 KB
mqueue.c -rw-r--r-- 29.1 KB
msg.c -rw-r--r-- 18.9 KB
msgutil.c -rw-r--r-- 2.4 KB
sem.c -rw-r--r-- 33.4 KB
shm.c -rw-r--r-- 21.3 KB
util.c -rw-r--r-- 13.2 KB
util.h -rw-r--r-- 2.3 KB

back to top