[U-Boot-Users] ARM: test_and_set_bit

6 Mar
2008
6 Mar
'08
9:38 p.m.
In asm-arm/bitops.h:
The test_and_set_bit() function is declared, but not implemented inline as in other architectures. However, the function __test_and_set_bit() is defined (inline) but never referenced.
From a practical point-of-view, this only appears to affect ext2_set_bit() as used in net/tftp.c for Multicast TFTP.
Does anyone see any reason why we can't just remove the leading underscores for the __test_and_xxx_bit routines in asm-arm/bitops.h ? i.e. is this just an oversight? ... or is there some other motivation that I don't understand (yet)? ;-)
Regards, --Scott
6276
Age (days ago)
6276
Last active (days ago)
0 comments
1 participants
participants (1)
-
Scott McNutt