Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b05fac78 authored by Michael Ellerman's avatar Michael Ellerman
Browse files

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
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -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 */