patch-1.3.95 linux/include/asm-alpha/io.h
Next file: linux/include/asm-i386/pgtable.h
Previous file: linux/fs/ufs/ufs_symlink.c
Back to the patch index
Back to the overall index
-  Lines: 38
 -  Date:
Tue Apr 23 12:47:26 1996
 -  Orig file: 
v1.3.94/linux/include/asm-alpha/io.h
 -  Orig date: 
Fri Apr 12 15:52:05 1996
 
diff -u --recursive --new-file v1.3.94/linux/include/asm-alpha/io.h linux/include/asm-alpha/io.h
@@ -5,6 +5,10 @@
 
 #include <asm/system.h>
 
+/* We don't use IO slowdowns on the alpha, but.. */
+#define __SLOW_DOWN_IO	do { } while (0)
+#define SLOW_DOWN_IO	do { } while (0)
+
 /*
  * The hae (hardware address extension) register is used to
  * access high IO addresses. To avoid doing an external cycle
@@ -134,25 +138,12 @@
 #ifndef inl_p
 # define inl_p		inl
 #endif
+
 #ifndef outb_p
 # define outb_p		outb
 #endif
 #ifndef outw_p
 # define outw_p		outw
-#endif
-#ifndef outl_p
-# define outl_p		outl
-#endif
-
-#ifndef inw_p
-# define inw_p		inw
-#endif
-#ifndef outw_p
-# define outw_p		outw
-#endif
-
-#ifndef inl_p
-# define inl_p		inl
 #endif
 #ifndef outl_p
 # define outl_p		outl
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov
with Sam's (original) version of this