patch-2.2.0-pre1 linux/include/asm-alpha/machvec.h
Next file: linux/include/asm-alpha/pgtable.h
Previous file: linux/include/asm-alpha/io.h
Back to the patch index
Back to the overall index
- Lines: 19
- Date:
Sun Dec 27 10:52:10 1998
- Orig file:
v2.1.132/linux/include/asm-alpha/machvec.h
- Orig date:
Fri Oct 23 22:01:22 1998
diff -u --recursive --new-file v2.1.132/linux/include/asm-alpha/machvec.h linux/include/asm-alpha/machvec.h
@@ -4,6 +4,12 @@
#include <linux/config.h>
#include <linux/types.h>
+/*
+ * This file gets pulled in by asm/io.h from user space. We don't
+ * want most of this escaping.
+ */
+
+#ifdef __KERNEL__
/* The following structure vectors all of the I/O and IRQ manipulation
from the generic kernel to the hardware specific backend. */
@@ -122,4 +128,5 @@
#endif
#endif /* GENERIC */
+#endif
#endif /* __ALPHA_MACHVEC_H */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov