patch-2.3.99-pre6 linux/include/asm-sparc64/io.h
Next file: linux/include/asm-sparc64/namei.h
Previous file: linux/include/asm-sparc64/hardirq.h
Back to the patch index
Back to the overall index
-  Lines: 14
-  Date:
Fri Apr 14 09:37:10 2000
-  Orig file: 
v2.3.99-pre5/linux/include/asm-sparc64/io.h
-  Orig date: 
Tue Apr 11 15:09:24 2000
diff -u --recursive --new-file v2.3.99-pre5/linux/include/asm-sparc64/io.h linux/include/asm-sparc64/io.h
@@ -1,4 +1,4 @@
-/* $Id: io.h,v 1.34 2000/03/30 01:40:54 davem Exp $ */
+/* $Id: io.h,v 1.35 2000/04/13 04:45:59 davem Exp $ */
 #ifndef __SPARC64_IO_H
 #define __SPARC64_IO_H
 
@@ -367,6 +367,7 @@
  * using physically addressed loads and stores, so this does nothing.
  */
 #define ioremap(__offset, __size)	((void *)(__offset))
+#define ioremap_nocache(X,Y)		ioremap((X),(Y))
 #define iounmap(__addr)			do { } while(0)
 
 /* Similarly for SBUS. */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)