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:
73b76c7
)
[MIPS] Fix 32-bit kernel by replacing 64-bit-only code.
author
Ralf Baechle
<ralf@linux-mips.org>
Tue, 15 Aug 2006 23:59:40 +0000
(
00:59
+0100)
committer
Ralf Baechle
<ralf@linux-mips.org>
Wed, 27 Sep 2006 12:37:35 +0000
(13:37 +0100)
dclz() expects its 64-bit argument being passed as a single register
but on 32-bit kernels it'll actually be in a register pair.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
No differences found