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

Commit 288e58cd authored by David S. Miller's avatar David S. Miller
Browse files

sparc32: Remove sun4c floppy assembler.



There were two blocks of code for the two ways to twiddle
the terminal count pin in the AUXIO register, one for
sun4c and one for sun4m.  Kill the former.

Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 59a0c3d9
Loading
Loading
Loading
Loading
+1 −10
Original line number Diff line number Diff line
@@ -125,20 +125,11 @@ floppy_tdone:

	set	sparc_cpu_model, %l5
	ld	[%l5], %l5
	subcc   %l5, 1, %g0		/* enum { sun4c = 1 }; */
	be	1f
	ldub	[%l7], %l5

	or	%l5, 0xc2, %l5
	stb	%l5, [%l7]
	andn    %l5, 0x02, %l5
	b	2f
	 nop

1:
	or      %l5, 0xf4, %l5
	stb     %l5, [%l7]
	andn    %l5, 0x04, %l5

2:
	/* Kill some time so the bits set */