patch-1.3.96 linux/arch/sparc/kernel/setup.c
Next file: linux/arch/sparc/kernel/signal.c
Previous file: linux/arch/sparc/kernel/ptrace.c
Back to the patch index
Back to the overall index
- Lines: 28
- Date:
Thu Apr 25 13:22:05 1996
- Orig file:
v1.3.95/linux/arch/sparc/kernel/setup.c
- Orig date:
Wed Apr 24 17:00:35 1996
diff -u --recursive --new-file v1.3.95/linux/arch/sparc/kernel/setup.c linux/arch/sparc/kernel/setup.c
@@ -1,4 +1,4 @@
-/* $Id: setup.c,v 1.60 1996/04/04 16:30:28 tridge Exp $
+/* $Id: setup.c,v 1.62 1996/04/25 09:11:33 davem Exp $
* linux/arch/sparc/kernel/setup.c
*
* Copyright (C) 1995 David S. Miller (davem@caip.rutgers.edu)
@@ -212,20 +212,11 @@
void setup_arch(char **cmdline_p,
unsigned long * memory_start_p, unsigned long * memory_end_p)
{
- int total, i, panic_stuff[2], packed;
+ int total, i, packed;
#if CONFIG_AP1000
register_console(prom_printf);
((char *)(&cputypval))[4] = 'm'; /* ugly :-( */
-#endif
-
-#if 0
- /* Always reboot on panic, but give 5 seconds to hit L1-A
- * and look at debugging info if desired.
- */
- panic_stuff[0] = 1;
- panic_stuff[1] = 5;
- panic_setup(0, panic_stuff);
#endif
sparc_ttable = (struct tt_entry *) &start;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov
with Sam's (original) version of this