patch-2.4.4 linux/include/asm-ia64/sn/io.h
Next file: linux/include/asm-ia64/sn/ioerror.h
Previous file: linux/include/asm-ia64/sn/invent.h
Back to the patch index
Back to the overall index
- Lines: 30
- Date:
Thu Apr 5 12:51:47 2001
- Orig file:
v2.4.3/linux/include/asm-ia64/sn/io.h
- Orig date:
Thu Jan 4 15:25:55 2001
diff -u --recursive --new-file v2.4.3/linux/include/asm-ia64/sn/io.h linux/include/asm-ia64/sn/io.h
@@ -12,20 +12,12 @@
#define _ASM_SN_IO_H
#include <linux/config.h>
+
#if defined(CONFIG_SGI_IP35) || defined(CONFIG_IA64_SGI_SN1) || defined(CONFIG_IA64_GENERIC)
#include <asm/sn/sn1/addrs.h>
#endif
-#define IO_SPACE_BASE IO_BASE
-
/* Because we only have PCI I/O ports. */
-#if !defined(CONFIG_IA64_SGI_IO)
-#define IO_SPACE_LIMIT 0xffffffff
-
-/* No isa_* versions, the Origin doesn't have ISA / EISA bridges. */
-
-#else /* CONFIG_IA64_SGI_IO */
-
#define IIO_ITTE_BASE 0x400160 /* base of translation table entries */
#define IIO_ITTE(bigwin) (IIO_ITTE_BASE + 8*(bigwin))
@@ -71,7 +63,5 @@
#if defined(CONFIG_SGI_IP35) || defined(CONFIG_IA64_SGI_SN1) || defined(CONFIG_IA64_GENERIC)
#include <asm/sn/sn1/hubio.h>
#endif
-
-#endif /* CONFIG_IA64_SGI_IO */
#endif /* _ASM_SN_IO_H */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)