From: David S. Miller Date: Tue, 15 May 2012 18:23:01 +0000 (-0700) Subject: sparc32: Kill off software 32-bit multiply/divide routines. X-Git-Tag: v3.5-rc1~190^2~22 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1b35a57b1c1781f0fc8fc554f732b3a5408c5244;p=pandora-kernel.git 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: David S. Miller --- Reading git-diff-tree failed