Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/i386/i386 revert dumpsys.c rev. 1.13 because it was...



details:   https://anonhg.NetBSD.org/src/rev/3abebbc51c6a
branches:  trunk
changeset: 771435:3abebbc51c6a
user:      yamt <yamt%NetBSD.org@localhost>
date:      Sun Nov 20 18:41:12 2011 +0000

description:
revert dumpsys.c rev. 1.13 because it was reported to cause a problem.
http://mail-index.NetBSD.org/source-changes-d/2011/11/19/msg004283.html

diffstat:

 sys/arch/i386/i386/dumpsys.c |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (26 lines):

diff -r c1571d22571f -r 3abebbc51c6a sys/arch/i386/i386/dumpsys.c
--- a/sys/arch/i386/i386/dumpsys.c      Sun Nov 20 17:21:15 2011 +0000
+++ b/sys/arch/i386/i386/dumpsys.c      Sun Nov 20 18:41:12 2011 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: dumpsys.c,v 1.14 2011/11/10 03:45:40 riz Exp $ */
+/*     $NetBSD: dumpsys.c,v 1.15 2011/11/20 18:41:12 yamt Exp $        */
 
 /*-
  * Copyright (c) 1996, 1997, 1998, 2000, 2004, 2006, 2008 The NetBSD Foundation, Inc.
@@ -69,7 +69,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: dumpsys.c,v 1.14 2011/11/10 03:45:40 riz Exp $");
+__KERNEL_RCSID(0, "$NetBSD: dumpsys.c,v 1.15 2011/11/20 18:41:12 yamt Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -668,7 +668,6 @@
                pmap_update(pmap_kernel());
 
                error = (*dump)(dumpdev, blkno, (void *)dumpspace, n);
-               pmap_kremove(dumpspace, n * PAGE_SIZE);
                if (error)
                        return error;
                maddr += n;



Home | Main Index | Thread Index | Old Index