diff --git a/sys/arch/acorn32/eb7500atx/eb7500atx_machdep.c b/sys/arch/acorn32/eb7500atx/eb7500atx_machdep.c index b6a68b4c124b..9ef13e51f564 100644 --- a/sys/arch/acorn32/eb7500atx/eb7500atx_machdep.c +++ b/sys/arch/acorn32/eb7500atx/eb7500atx_machdep.c @@ -1,4 +1,4 @@ -/* $NetBSD: eb7500atx_machdep.c,v 1.4 2006/08/16 09:47:26 bjh21 Exp $ */ +/* $NetBSD: eb7500atx_machdep.c,v 1.5 2006/08/31 05:11:07 matt Exp $ */ /* * Copyright (c) 2000-2002 Reinoud Zandijk. @@ -54,7 +54,7 @@ #include -__KERNEL_RCSID(0, "$NetBSD: eb7500atx_machdep.c,v 1.4 2006/08/16 09:47:26 bjh21 Exp $"); +__KERNEL_RCSID(0, "$NetBSD: eb7500atx_machdep.c,v 1.5 2006/08/31 05:11:07 matt Exp $"); #include #include @@ -81,7 +81,6 @@ __KERNEL_RCSID(0, "$NetBSD: eb7500atx_machdep.c,v 1.4 2006/08/16 09:47:26 bjh21 #include #include #include -#include #include #include #include @@ -93,7 +92,6 @@ __KERNEL_RCSID(0, "$NetBSD: eb7500atx_machdep.c,v 1.4 2006/08/16 09:47:26 bjh21 #include #include -#include #include #include @@ -397,7 +395,7 @@ initarm(void *cookie) u_int kerneldatasize; u_int l1pagetable; struct exec *kernexec = (struct exec *)KERNEL_TEXT_BASE; - pv_addr_t kernel_l1pt; + pv_addr_t kernel_l1pt = { {0} }; /* * Heads up ... Setup the CPU / MMU / TLB functions