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

Commit ca56d9aa authored by Bryan Wu's avatar Bryan Wu
Browse files

Blackfin arch: Fix typo. it should be _outsw_8



Signed-off-by: default avatarBryan Wu <cooloney@kernel.org>
parent f086f234
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -76,4 +76,4 @@ ENTRY(_outsw_8)
		R0 = R0 + R1;
.Lword8_loop_e: W[P0] = R0;
	RTS;
ENDPROC(_outsw)
ENDPROC(_outsw_8)