提交 13a63ab2 编写于 作者: R Russell King 提交者: Russell King

[ARM] rpc: convert an outb() to writeb()

Signed-off-by: NRussell King <rmk+kernel@arm.linux.org.uk>
上级 8b801ead
...@@ -87,7 +87,7 @@ static void __init rpc_map_io(void) ...@@ -87,7 +87,7 @@ static void __init rpc_map_io(void)
/* /*
* Turn off floppy. * Turn off floppy.
*/ */
outb(0xc, 0x3f2); writeb(0xc, PCIO_BASE + (0x3f2 << 2));
/* /*
* RiscPC can't handle half-word loads and stores * RiscPC can't handle half-word loads and stores
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册