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

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

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