commit | dc41fb43966ae1318fe34a8e5f959924a7c05d81 | [log] [tgz] |
---|---|---|
author | Ralf Baechle <ralf@linux-mips.org> | Wed Aug 16 00:59:40 2006 +0100 |
committer | Ralf Baechle <ralf@linux-mips.org> | Wed Sep 27 13:37:35 2006 +0100 |
tree | 4dbca3a63776353c118877c417d0f9a23d11b61e | |
parent | 73b76c78fdf3a25faecbffb52c925950d46152b6 [diff] |
[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>