Revision 84803d7a

b/bitops.h
66 66
 *
67 67
 * Undefined if no set bit exists, so code should check against 0 first.
68 68
 */
69
static __always_inline unsigned long bitops_flsl(unsigned long word)
69
static inline unsigned long bitops_flsl(unsigned long word)
70 70
{
71 71
	int num = BITS_PER_LONG - 1;
72 72

  

Also available in: Unified diff