patch-2.1.132 linux/arch/ppc/amiga/config.c

Next file: linux/arch/ppc/boot/Makefile
Previous file: linux/arch/ppc/amiga/bootinfo.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.131/linux/arch/ppc/amiga/config.c linux/arch/ppc/amiga/config.c
@@ -742,7 +742,7 @@
 static void amiga_serial_putc(char c)
 {
     custom.serdat = (unsigned char)c | 0x100;
-    iobarrier ();
+    iobarrier_rw ();
     while (!(custom.serdatr & 0x2000))
        ;
 }

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov