]> pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
Blackfin arch: Fix typo. it should be _outsw_8
authorBryan Wu <cooloney@kernel.org>
Tue, 20 May 2008 08:45:29 +0000 (16:45 +0800)
committerBryan Wu <cooloney@kernel.org>
Tue, 20 May 2008 08:45:29 +0000 (16:45 +0800)
Signed-off-by: Bryan Wu <cooloney@kernel.org>
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)