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:
c0858d8
)
[MIPS] Fix bitops for MIPS32/MIPS64 CPUs.
author
Atsushi Nemoto
<anemo@mba.ocn.ne.jp>
Mon, 17 Apr 2006 12:19:12 +0000
(21:19 +0900)
committer
Ralf Baechle
<ralf@linux-mips.org>
Thu, 27 Apr 2006 14:13:49 +0000
(15:13 +0100)
With recent rewrite for generic bitops, fls() for 32bit kernel with
MIPS64_CPU is broken. Also, ffs(), fls() should be defined the same
way as the libc and compiler built-in routines (returns int instead of
unsigned long).
Signed-off-by: Atsushi Nemoto <anemo@mba.ocn.ne.jp>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
No differences found