diff options
author | Bryan Wu <cooloney@kernel.org> | 2008-05-20 16:45:29 +0800 |
---|---|---|
committer | Bryan Wu <cooloney@kernel.org> | 2008-05-20 16:45:29 +0800 |
commit | ca56d9aaf2a135e0eb528df427f7dda15d077b11 (patch) | |
tree | 0befa0ec399907946b82e7999f347d66b2512d74 /arch/blackfin/lib/outs.S | |
parent | f086f23435bf42f700296f1be3878f6aa6e9b7dd (diff) |
Blackfin arch: Fix typo. it should be _outsw_8
Signed-off-by: Bryan Wu <cooloney@kernel.org>
Diffstat (limited to 'arch/blackfin/lib/outs.S')
-rw-r--r-- | arch/blackfin/lib/outs.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/blackfin/lib/outs.S b/arch/blackfin/lib/outs.S index 3daf96035bf6..4685b7aa0080 100644 --- a/arch/blackfin/lib/outs.S +++ b/arch/blackfin/lib/outs.S @@ -76,4 +76,4 @@ ENTRY(_outsw_8) R0 = R0 + R1; .Lword8_loop_e: W[P0] = R0; RTS; -ENDPROC(_outsw) +ENDPROC(_outsw_8) |