git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
12d9c84
)
generic: introduce a generic __fls implementation
author
Alexander van Heukelum
<heukelum@mailshack.com>
Sat, 15 Mar 2008 17:30:57 +0000
(18:30 +0100)
committer
Ingo Molnar
<mingo@elte.hu>
Sat, 26 Apr 2008 17:21:16 +0000
(19:21 +0200)
Add a generic __fls implementation in the same spirit as
the generic __ffs one. It finds the last (most significant)
set bit in the given long value.
Signed-off-by: Alexander van Heukelum <heukelum@fastmail.fm>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
No differences found