patch-2.2.14 linux/include/asm-alpha/core_pyxis.h
Next file: linux/include/asm-alpha/delay.h
Previous file: linux/include/asm-alpha/core_mcpcia.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/core_pyxis.h
- Orig date:
Mon Aug 9 16:05:57 1999
diff -u --recursive --new-file v2.2.13/linux/include/asm-alpha/core_pyxis.h linux/include/asm-alpha/core_pyxis.h
@@ -602,7 +602,7 @@
#define virt_to_bus pyxis_virt_to_bus
#define bus_to_virt pyxis_bus_to_virt
-#if defined(BWIO_ENABLED) && !defined(CONFIG_ALPHA_RUFFIAN)
+#if defined(BWIO_ENABLED)
# define __inb pyxis_bw_inb
# define __inw pyxis_bw_inw
# define __inl pyxis_bw_inl
@@ -643,7 +643,7 @@
#define dense_mem pyxis_dense_mem
-#if defined(BWIO_ENABLED) && !defined(CONFIG_ALPHA_RUFFIAN)
+#if defined(BWIO_ENABLED)
# define inb(port) __inb((port))
# define inw(port) __inw((port))
# define inl(port) __inl((port))
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)