Commit b05fac78 authored by Michael Ellerman's avatar Michael Ellerman

powerpc: Remove orphaned asm implementation of abs()

This has been unused since ~2004, remove it.
Reported-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
Signed-off-by: default avatarMichael Ellerman <mpe@ellerman.id.au>
parent 1f4c66e8
......@@ -599,12 +599,6 @@ _GLOBAL(__bswapdi2)
mr r4,r10
blr
_GLOBAL(abs)
srawi r4,r3,31
xor r3,r3,r4
sub r3,r3,r4
blr
#ifdef CONFIG_SMP
_GLOBAL(start_secondary_resume)
/* Reset stack */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment