Module Name:    src
Committed By:   matt
Date:           Mon Jul 30 23:36:01 UTC 2012

Modified Files:
        src/sys/arch/evbarm/gumstix: gumstix_machdep.c
        src/sys/arch/evbarm/hdl_g: hdlg_machdep.c

Log Message:
Add back pv_addr_t minidataclean.


To generate a diff of this commit:
cvs rdiff -u -r1.39 -r1.40 src/sys/arch/evbarm/gumstix/gumstix_machdep.c
cvs rdiff -u -r1.17 -r1.18 src/sys/arch/evbarm/hdl_g/hdlg_machdep.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/evbarm/gumstix/gumstix_machdep.c
diff -u src/sys/arch/evbarm/gumstix/gumstix_machdep.c:1.39 src/sys/arch/evbarm/gumstix/gumstix_machdep.c:1.40
--- src/sys/arch/evbarm/gumstix/gumstix_machdep.c:1.39	Sun Jul 29 00:07:08 2012
+++ src/sys/arch/evbarm/gumstix/gumstix_machdep.c	Mon Jul 30 23:36:00 2012
@@ -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

Index: src/sys/arch/evbarm/hdl_g/hdlg_machdep.c
diff -u src/sys/arch/evbarm/hdl_g/hdlg_machdep.c:1.17 src/sys/arch/evbarm/hdl_g/hdlg_machdep.c:1.18
--- src/sys/arch/evbarm/hdl_g/hdlg_machdep.c:1.17	Sun Jul 29 00:07:08 2012
+++ src/sys/arch/evbarm/hdl_g/hdlg_machdep.c	Mon Jul 30 23:36:00 2012
@@ -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

Reply via email to