dect
/
linux-2.6
Archived
13
0
Fork 0

Blackfin arch: Fix typo. it should be _outsw_8

Signed-off-by: Bryan Wu <cooloney@kernel.org>
This commit is contained in:
Bryan Wu 2008-05-20 16:45:29 +08:00
parent f086f23435
commit ca56d9aaf2
1 changed files with 1 additions and 1 deletions

View File

@ -76,4 +76,4 @@ ENTRY(_outsw_8)
R0 = R0 + R1;
.Lword8_loop_e: W[P0] = R0;
RTS;
ENDPROC(_outsw)
ENDPROC(_outsw_8)