summaryrefslogtreecommitdiffstats
path: root/include/asm-ia64/machvec_sn1.h
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2000-02-23 00:40:54 +0000
committerRalf Baechle <ralf@linux-mips.org>2000-02-23 00:40:54 +0000
commit529c593ece216e4aaffd36bd940cb94f1fa63129 (patch)
tree78f1c0b805f5656aa7b0417a043c5346f700a2cf /include/asm-ia64/machvec_sn1.h
parent0bd079751d25808d1972baee5c4eaa1db2227257 (diff)
Merge with 2.3.43. I did ignore all modifications to the qlogicisp.c
driver due to the Origin A64 hacks.
Diffstat (limited to 'include/asm-ia64/machvec_sn1.h')
-rw-r--r--include/asm-ia64/machvec_sn1.h20
1 files changed, 20 insertions, 0 deletions
diff --git a/include/asm-ia64/machvec_sn1.h b/include/asm-ia64/machvec_sn1.h
new file mode 100644
index 000000000..bbee99952
--- /dev/null
+++ b/include/asm-ia64/machvec_sn1.h
@@ -0,0 +1,20 @@
+#ifndef _ASM_IA64_MACHVEC_SN1_h
+#define _ASM_IA64_MACHVEC_SN1_h
+
+extern ia64_mv_setup_t sn1_setup;
+extern ia64_mv_irq_init_t sn1_irq_init;
+extern ia64_mv_map_nr_t sn1_map_nr;
+
+/*
+ * This stuff has dual use!
+ *
+ * For a generic kernel, the macros are used to initialize the
+ * platform's machvec structure. When compiling a non-generic kernel,
+ * the macros are used directly.
+ */
+#define platform_name "sn1"
+#define platform_setup sn1_setup
+#define platform_irq_init sn1_irq_init
+#define platform_map_nr sn1_map_nr
+
+#endif /* _ASM_IA64_MACHVEC_SN1_h */