Add back pv_addr_t minidataclean.

This commit is contained in:
matt 2012-07-30 23:36:00 +00:00
parent 39815107be
commit 12366d017b
2 changed files with 7 additions and 3 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: gumstix_machdep.c,v 1.39 2012/07/29 00:07:08 matt Exp $ */
/* $NetBSD: gumstix_machdep.c,v 1.40 2012/07/30 23:36:00 matt Exp $ */
/*
* Copyright (C) 2005, 2006, 2007 WIDE Project and SOUM Corporation.
* All rights reserved.
@ -239,6 +239,8 @@ u_int free_pages;
int max_processes = 64; /* Default number */
#endif /* !PMAP_STATIC_L1S */
pv_addr_t minidataclean;
vm_offset_t msgbufphys;
#ifdef PMAP_DEBUG

View File

@ -1,4 +1,4 @@
/* $NetBSD: hdlg_machdep.c,v 1.17 2012/07/29 00:07:08 matt Exp $ */
/* $NetBSD: hdlg_machdep.c,v 1.18 2012/07/30 23:36:00 matt Exp $ */
/*
* Copyright (c) 2001, 2002, 2003 Wasabi Systems, Inc.
@ -73,7 +73,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: hdlg_machdep.c,v 1.17 2012/07/29 00:07:08 matt Exp $");
__KERNEL_RCSID(0, "$NetBSD: hdlg_machdep.c,v 1.18 2012/07/30 23:36:00 matt Exp $");
#include "opt_ddb.h"
#include "opt_kgdb.h"
@ -157,6 +157,8 @@ u_int free_pages;
int max_processes = 64; /* Default number */
#endif /* !PMAP_STATIC_L1S */
pv_addr_t minidataclean;
vm_offset_t msgbufphys;
#ifdef PMAP_DEBUG