patch-2.1.106 linux/arch/m68k/kernel/setup.c
Next file: linux/arch/m68k/kernel/signal.c
Previous file: linux/arch/m68k/kernel/ptrace.c
Back to the patch index
Back to the overall index
- Lines: 26
- Date:
Sat Jun 13 13:14:32 1998
- Orig file:
v2.1.105/linux/arch/m68k/kernel/setup.c
- Orig date:
Tue Feb 17 13:12:45 1998
diff -u --recursive --new-file v2.1.105/linux/arch/m68k/kernel/setup.c linux/arch/m68k/kernel/setup.c
@@ -102,6 +102,8 @@
extern void config_sun3(void);
extern void config_apollo(void);
extern void config_mvme16x(void);
+extern void config_bmve6000(void);
+extern void config_hp300(void);
#define MASK_256K 0xfffc0000
@@ -249,6 +251,16 @@
case MACH_MVME16x:
config_mvme16x();
break;
+#endif
+#ifdef CONFIG_BVME6000
+ case MACH_BVME6000:
+ config_bvme6000();
+ break;
+#endif
+#ifdef CONFIG_HP300
+ case MACH_HP300:
+ config_hp300();
+ break;
#endif
default:
panic ("No configuration setup");
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov