Remove a verbose-boot message that kills the bootstrap (since the

console port mapping has just been moved).
This commit is contained in:
rearnsha 2003-09-06 10:21:19 +00:00
parent 0663dd6d22
commit 15f5c8f7db
1 changed files with 2 additions and 6 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: integrator_machdep.c,v 1.44 2003/09/06 10:18:07 rearnsha Exp $ */
/* $NetBSD: integrator_machdep.c,v 1.45 2003/09/06 10:21:19 rearnsha Exp $ */
/*
* Copyright (c) 2001,2002 ARM Ltd
@ -68,7 +68,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: integrator_machdep.c,v 1.44 2003/09/06 10:18:07 rearnsha Exp $");
__KERNEL_RCSID(0, "$NetBSD: integrator_machdep.c,v 1.45 2003/09/06 10:21:19 rearnsha Exp $");
#include "opt_ddb.h"
#include "opt_pmap_debug.h"
@ -708,10 +708,6 @@ initarm(void *arg)
proc0paddr = (struct user *)kernelstack.pv_va;
lwp0.l_addr = proc0paddr;
#ifdef VERBOSE_INIT_ARM
printf("done!\n");
#endif
#ifdef PLCONSOLE
/*
* The IFPGA registers have just moved.