Add back pv_addr_t minidataclean.
This commit is contained in:
parent
39815107be
commit
12366d017b
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user