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
-  Lines: 9
-  Date:
Mon Dec 21 08:37:20 1998
-  Orig file: 
v2.1.131/linux/arch/ppc/amiga/config.c
-  Orig date: 
Thu Nov 19 09:56:27 1998
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