Blackfin arch: Fix typo. it should be _outsw_8
[deliverable/linux.git] / arch / blackfin / lib / outs.S
index 3daf96035bf66ca99b92f5459e1c851724e5c30d..4685b7aa00806a7722083e0a117184082ddf5cef 100644 (file)
@@ -76,4 +76,4 @@ ENTRY(_outsw_8)
                R0 = R0 + R1;
 .Lword8_loop_e: W[P0] = R0;
        RTS;
-ENDPROC(_outsw)
+ENDPROC(_outsw_8)
This page took 0.025631 seconds and 5 git commands to generate.