MIPS: Rewrite <asm/div64.h> to work with gcc 4.4.0.
authorRalf Baechle <ralf@linux-mips.org>
Thu, 30 Apr 2009 16:14:56 +0000 (18:14 +0200)
committerRalf Baechle <ralf@linux-mips.org>
Thu, 14 May 2009 12:50:29 +0000 (13:50 +0100)
The inline assembler used on 32-bit kernels was using the "h" constraint
which was considered dangerous and removed for gcc 4.4.0.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>

No differences found