patch-2.2.14 linux/include/asm-alpha/io.h
Next file: linux/include/asm-alpha/irq.h
Previous file: linux/include/asm-alpha/hwrpb.h
Back to the patch index
Back to the overall index
- Lines: 18
- Date:
Tue Jan 4 10:12:24 2000
- Orig file:
v2.2.13/linux/include/asm-alpha/io.h
- Orig date:
Mon Aug 9 16:05:57 1999
diff -u --recursive --new-file v2.2.13/linux/include/asm-alpha/io.h linux/include/asm-alpha/io.h
@@ -146,6 +146,8 @@
# include <asm/core_polaris.h>
#elif defined(CONFIG_ALPHA_LX164)
# include <asm/core_pyxis.h>
+#elif defined(CONFIG_ALPHA_IRONGATE)
+# include <asm/core_irongate.h>
#else
#error "What system is this?"
#endif
@@ -260,6 +262,8 @@
static inline void iounmap(void *addr)
{
}
+
+#define ioremap_nocache(offset, size) ioremap((offset),(size))
#ifndef readb
# define readb(a) _readb((unsigned long)(a))
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)