diff options
Diffstat (limited to 'include/asm-i386/bitops.h')
| -rw-r--r-- | include/asm-i386/bitops.h | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/include/asm-i386/bitops.h b/include/asm-i386/bitops.h index b768e20fb..ac6285aa5 100644 --- a/include/asm-i386/bitops.h +++ b/include/asm-i386/bitops.h @@ -349,6 +349,7 @@ static __inline__ int ffs(int x)  		"1:" : "=r" (r) : "g" (x));  	return r+1;  } +#define ffs  /**   * hweightN - returns the hamming weight of a N-bit word |