[MIPS] Fix 32-bit kernel by replacing 64-bit-only code.
authorRalf Baechle <ralf@linux-mips.org>
Tue, 15 Aug 2006 23:59:40 +0000 (00:59 +0100)
committerRalf 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