commit | d57594c203b1e7b54373080a797f0cbfa4aade68 | [log] [tgz] |
---|---|---|
author | Alexander van Heukelum <[email protected]> | Sat Mar 15 18:32:36 2008 +0100 |
committer | Ingo Molnar <[email protected]> | Sat Apr 26 19:21:16 2008 +0200 |
tree | 61610af68fc93280fb0be00a4f1b523715bef3db | |
parent | 56a6b1eb7bfb5ace0b5cb9c149f502fbd101b8ab [diff] |
bitops: use __fls for fls64 on 64-bit archs Use __fls for fls64 on 64-bit archs. The implementation for 64-bit archs is moved from x86_64 to asm-generic. Signed-off-by: Alexander van Heukelum <[email protected]> Signed-off-by: Ingo Molnar <[email protected]>