patch-2.3.30 linux/include/asm-sparc64/io.h

Next file: linux/include/asm-sparc64/sfp-machine.h
Previous file: linux/include/asm-sparc/sfp-machine.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.29/linux/include/asm-sparc64/io.h linux/include/asm-sparc64/io.h
@@ -180,6 +180,8 @@
 #define writew(__w, __addr)	(_writew((__w), (unsigned long)(__addr)))
 #define writel(__l, __addr)	(_writel((__l), (unsigned long)(__addr)))
 
+#define IO_SPACE_LIMIT 0xffffffff
+
 /*
  * Memcpy to/from I/O space is just a regular memory operation on
  * Ultra as well.

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)