diff options
Diffstat (limited to 'arch/mips/arc/init.c')
-rw-r--r-- | arch/mips/arc/init.c | 21 |
1 files changed, 7 insertions, 14 deletions
diff --git a/arch/mips/arc/init.c b/arch/mips/arc/init.c index 962e57418..f90203826 100644 --- a/arch/mips/arc/init.c +++ b/arch/mips/arc/init.c @@ -1,9 +1,11 @@ -/* - * init.c: PROM library initialisation code. +/* $Id$ + * This file is subject to the terms and conditions of the GNU General Public+ + * License. See the file "COPYING" in the main directory of this archive + * for more details. * - * Copyright (C) 1996 David S. Miller (dm@engr.sgi.com) + * PROM library initialisation code. * - * $Id: init.c,v 1.1 1998/10/18 13:32:09 tsbogend Exp $ + * Copyright (C) 1996 David S. Miller (dm@engr.sgi.com) */ #include <linux/init.h> #include <linux/kernel.h> @@ -11,7 +13,7 @@ #include <asm/sgialib.h> -/* #define DEBUG_PROM_INIT */ +#undef DEBUG_PROM_INIT /* Master romvec interface. */ struct linux_romvec *romvec; @@ -43,19 +45,10 @@ __initfunc(int prom_init(int argc, char **argv, char **envp)) prom_vers = pb->ver; prom_rev = pb->rev; prom_identify_arch(); -#ifdef CONFIG_SGI - printk("PROMLIB: SGI ARCS firmware Version %d Revision %d\n", - prom_vers, prom_rev); -#else printk("PROMLIB: ARC firmware Version %d Revision %d\n", prom_vers, prom_rev); -#endif prom_meminit(); -#if 0 - prom_testtree(); -#endif - #ifdef DEBUG_PROM_INIT { prom_printf("Press a key to reboot\n"); |