+16
−11
+0
−45
+1
−20
arch/sparc/kernel/muldiv.c
deleted100644 → 0
+0
−238
Loading
Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more
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:
David S. Miller <davem@davemloft.net>