Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=13a63ab289627e977a045864b36792cf0b61364a
Commit:     13a63ab289627e977a045864b36792cf0b61364a
Parent:     8b801ead3d7ab3cce991ea3a2d00c7336215fc7d
Author:     Russell King <[EMAIL PROTECTED]>
AuthorDate: Fri Jul 20 10:44:02 2007 +0100
Committer:  Russell King <[EMAIL PROTECTED]>
CommitDate: Fri Jul 20 21:29:39 2007 +0100

    [ARM] rpc: convert an outb() to writeb()
    
    Signed-off-by: Russell King <[EMAIL PROTECTED]>
---
 arch/arm/mach-rpc/riscpc.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/arch/arm/mach-rpc/riscpc.c b/arch/arm/mach-rpc/riscpc.c
index 570cf93..a454451 100644
--- a/arch/arm/mach-rpc/riscpc.c
+++ b/arch/arm/mach-rpc/riscpc.c
@@ -87,7 +87,7 @@ static void __init rpc_map_io(void)
        /*
         * Turn off floppy.
         */
-       outb(0xc, 0x3f2);
+       writeb(0xc, PCIO_BASE + (0x3f2 << 2));
 
        /*
         * RiscPC can't handle half-word loads and stores
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to