patch-2.1.17 linux/arch/sparc/prom/bootstr.c

Next file: linux/arch/sparc/prom/console.c
Previous file: linux/arch/sparc/mm/sun4c.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.16/linux/arch/sparc/prom/bootstr.c linux/arch/sparc/prom/bootstr.c
@@ -1,4 +1,4 @@
-/* $Id: bootstr.c,v 1.11 1996/07/27 05:02:06 zaitcev Exp $
+/* $Id: bootstr.c,v 1.12 1996/12/18 06:46:54 tridge Exp $
  * bootstr.c:  Boot string/argument acquisition from the PROM.
  *
  * Copyright(C) 1995 David S. Miller (davem@caip.rutgers.edu)
@@ -51,13 +51,10 @@
 		strncpy(barg_buf, *romvec->pv_v2bootargs.bootargs, BARG_LEN-1);
 		break;
         case PROM_AP1000:
-	  /*
-	   * Get message from host boot process.
-	   */
 #if CONFIG_AP1000
                 ap_getbootargs(barg_buf, BARG_LEN);
-#endif
                 break;
+#endif
 	default:
 		break;
 	}

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov