[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)
commitdc41fb43966ae1318fe34a8e5f959924a7c05d81
tree4dbca3a63776353c118877c417d0f9a23d11b61e
parent73b76c78fdf3a25faecbffb52c925950d46152b6
[MIPS] Fix 32-bit kernel by replacing 64-bit-only code.

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>
arch/mips/sibyte/bcm1480/irq.c
arch/mips/sibyte/sb1250/irq.c