patch-2.4.19 linux-2.4.19/arch/mips/gt64120/momenco_ocelot/prom.c
Next file: linux-2.4.19/arch/mips/gt64120/momenco_ocelot/reset.c
Previous file: linux-2.4.19/arch/mips/gt64120/momenco_ocelot/ocelot_pld.h
Back to the patch index
Back to the overall index
- Lines: 14
- Date:
Fri Aug 2 17:39:43 2002
- Orig file:
linux-2.4.18/arch/mips/gt64120/momenco_ocelot/prom.c
- Orig date:
Sun Sep 9 10:43:01 2001
diff -urN linux-2.4.18/arch/mips/gt64120/momenco_ocelot/prom.c linux-2.4.19/arch/mips/gt64120/momenco_ocelot/prom.c
@@ -32,7 +32,12 @@
#define PLD_REG(x) ((uint8_t*)(PLD_BASE+(x)))
-char arcs_cmdline[COMMAND_LINE_SIZE];
+char arcs_cmdline[CL_SIZE];
+
+const char *get_system_type(void)
+{
+ return "Momentum Ocelot";
+}
/* [jsun@junsun.net] PMON passes arguments in C main() style */
void __init prom_init(int argc, const char **arg)
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)