Commit cb85910b authored by David S. Miller's avatar David S. Miller Committed by Greg Kroah-Hartman

sparc64: Delete now unused user copy assembler helpers.

[ Upstream commit 614da3d9 ]

All of __ret{,l}_mone{_asi,_fp,_asi_fpu} are now unused.
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 1c7e17b1
......@@ -927,36 +927,6 @@ ENTRY(__retl_efault)
mov -EFAULT, %o0
ENDPROC(__retl_efault)
ENTRY(__retl_mone)
retl
mov -1, %o0
ENDPROC(__retl_mone)
ENTRY(__retl_mone_fp)
VISExitHalf
retl
mov 1, %o0
ENDPROC(__retl_mone_fp)
ENTRY(__ret_mone_asi)
wr %g0, ASI_AIUS, %asi
ret
restore %g0, 1, %o0
ENDPROC(__ret_mone_asi)
ENTRY(__retl_mone_asi)
wr %g0, ASI_AIUS, %asi
retl
mov 1, %o0
ENDPROC(__retl_mone_asi)
ENTRY(__retl_mone_asi_fp)
wr %g0, ASI_AIUS, %asi
VISExitHalf
retl
mov 1, %o0
ENDPROC(__retl_mone_asi_fp)
ENTRY(__retl_o1)
retl
mov %o1, %o0
......
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