diff options
author | Alexander van Heukelum <heukelum@mailshack.com> | 2008-03-15 13:04:42 +0100 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-04-26 19:21:16 +0200 |
commit | 12d9c8420b9daa1da3d9e090640fb24bcd0deba2 (patch) | |
tree | 60affb5bdc5b857dfb3969234659caedbf2ff02a /include/asm-h8300/cachectl.h | |
parent | 64970b68d2b3ed32b964b0b30b1b98518fde388e (diff) | |
download | kernel-crypto-12d9c8420b9daa1da3d9e090640fb24bcd0deba2.tar.gz kernel-crypto-12d9c8420b9daa1da3d9e090640fb24bcd0deba2.tar.xz kernel-crypto-12d9c8420b9daa1da3d9e090640fb24bcd0deba2.zip |
x86: merge the simple bitops and move them to bitops.h
Some of those can be written in such a way that the same
inline assembly can be used to generate both 32 bit and
64 bit code.
For ffs and fls, x86_64 unconditionally used the cmov
instruction and i386 unconditionally used a conditional
branch over a mov instruction. In the current patch I
chose to select the version based on the availability
of the cmov instruction instead. A small detail here is
that x86_64 did not previously set CONFIG_X86_CMOV=y.
Improved comments for ffs, ffz, fls and variations.
Signed-off-by: Alexander van Heukelum <heukelum@fastmail.fm>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'include/asm-h8300/cachectl.h')
0 files changed, 0 insertions, 0 deletions