sparc32: Kill off software 32-bit multiply/divide routines.
For the explicit calls to .udiv/.umul in assembler, I made a
mechanical (read as: safe) transformation. I didn't attempt
to make any simplifications.
In particular, __ndelay and __udelay can be simplified significantly.
Some of the %y reads are unnecessary and these routines have no need
any longer for allocating a register window, they can be leaf
functions.
Signed-off-by: NDavid S. Miller <davem@davemloft.net>
Showing
arch/sparc/kernel/muldiv.c
已删除
100644 → 0
arch/sparc/lib/mul.S
已删除
100644 → 0
arch/sparc/lib/rem.S
已删除
100644 → 0
arch/sparc/lib/sdiv.S
已删除
100644 → 0
arch/sparc/lib/udiv.S
已删除
100644 → 0
arch/sparc/lib/umul.S
已删除
100644 → 0
arch/sparc/lib/urem.S
已删除
100644 → 0
想要评论请 注册 或 登录