patch-2.4.25 linux-2.4.25/arch/mips64/kernel/setup.c

Next file: linux-2.4.25/arch/mips64/kernel/signal.c
Previous file: linux-2.4.25/arch/mips64/kernel/semaphore.c
Back to the patch index
Back to the overall index

diff -urN linux-2.4.24/arch/mips64/kernel/setup.c linux-2.4.25/arch/mips64/kernel/setup.c
@@ -416,6 +416,7 @@
 	extern void momenco_ocelot_setup(void);
 	extern void momenco_ocelot_g_setup(void);
 	extern void momenco_ocelot_c_setup(void);
+	extern void momenco_jaguar_atx_setup(void);
 	extern void sead_setup(void);
 	extern void swarm_setup(void);
 	extern void frame_info_init(void);
@@ -427,6 +428,9 @@
 #ifdef CONFIG_DECSTATION
 	decstation_setup();
 #endif
+#ifdef  CONFIG_PMC_YOSEMITE
+	pmc_yosemite_setup();
+#endif
 #ifdef CONFIG_SGI_IP22
 	ip22_setup();
 #endif
@@ -451,6 +455,9 @@
 #ifdef CONFIG_MOMENCO_OCELOT_C
 	momenco_ocelot_c_setup();
 #endif
+#ifdef CONFIG_MOMENCO_JAGUAR_ATX
+	momenco_jaguar_atx_setup();
+#endif
 
 	strncpy(command_line, arcs_cmdline, CL_SIZE);
 	memcpy(saved_command_line, command_line, CL_SIZE);

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)