Commit 614da3d9 authored by David S. Miller's avatar David S. Miller

sparc64: Delete now unused user copy assembler helpers.

All of __ret{,l}_mone{_asi,_fp,_asi_fpu} are now unused.
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent ee841d0a
......@@ -931,36 +931,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