Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/evbarm Add back pv_addr_t minidataclean.



details:   https://anonhg.NetBSD.org/src/rev/aadc2912c9a6
branches:  trunk
changeset: 780607:aadc2912c9a6
user:      matt <matt%NetBSD.org@localhost>
date:      Mon Jul 30 23:36:00 2012 +0000

description:
Add back pv_addr_t minidataclean.

diffstat:

 sys/arch/evbarm/gumstix/gumstix_machdep.c |  4 +++-
 sys/arch/evbarm/hdl_g/hdlg_machdep.c      |  6 ++++--
 2 files changed, 7 insertions(+), 3 deletions(-)

diffs (45 lines):

diff -r fd76d2e19723 -r aadc2912c9a6 sys/arch/evbarm/gumstix/gumstix_machdep.c
--- a/sys/arch/evbarm/gumstix/gumstix_machdep.c Mon Jul 30 23:35:27 2012 +0000
+++ b/sys/arch/evbarm/gumstix/gumstix_machdep.c Mon Jul 30 23:36:00 2012 +0000
@@ -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 @@
 int max_processes = 64;                        /* Default number */
 #endif /* !PMAP_STATIC_L1S */
 
+pv_addr_t minidataclean;
+
 vm_offset_t msgbufphys;
 
 #ifdef PMAP_DEBUG
diff -r fd76d2e19723 -r aadc2912c9a6 sys/arch/evbarm/hdl_g/hdlg_machdep.c
--- a/sys/arch/evbarm/hdl_g/hdlg_machdep.c      Mon Jul 30 23:35:27 2012 +0000
+++ b/sys/arch/evbarm/hdl_g/hdlg_machdep.c      Mon Jul 30 23:36:00 2012 +0000
@@ -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 @@
 int max_processes = 64;                        /* Default number */
 #endif /* !PMAP_STATIC_L1S */
 
+pv_addr_t minidataclean;
+
 vm_offset_t msgbufphys;
 
 #ifdef PMAP_DEBUG



Home | Main Index | Thread Index | Old Index