Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/hp700/hp700 Fix call to pmap_update.



details:   https://anonhg.NetBSD.org/src/rev/ff94108a95c3
branches:  trunk
changeset: 762568:ff94108a95c3
user:      skrll <skrll%NetBSD.org@localhost>
date:      Wed Feb 23 08:27:17 2011 +0000

description:
Fix call to pmap_update.

diffstat:

 sys/arch/hp700/hp700/mainbus.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 8650c5ebac82 -r ff94108a95c3 sys/arch/hp700/hp700/mainbus.c
--- a/sys/arch/hp700/hp700/mainbus.c    Wed Feb 23 07:53:28 2011 +0000
+++ b/sys/arch/hp700/hp700/mainbus.c    Wed Feb 23 08:27:17 2011 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: mainbus.c,v 1.78 2011/02/03 20:37:09 skrll Exp $       */
+/*     $NetBSD: mainbus.c,v 1.79 2011/02/23 08:27:17 skrll Exp $       */
 
 /*-
  * Copyright (c) 2001, 2002 The NetBSD Foundation, Inc.
@@ -58,7 +58,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: mainbus.c,v 1.78 2011/02/03 20:37:09 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: mainbus.c,v 1.79 2011/02/23 08:27:17 skrll Exp $");
 
 #include "locators.h"
 #include "power.h"
@@ -1182,7 +1182,7 @@
                        size -= PAGE_SIZE;
                }
        }
-       pmap_update();
+       pmap_update(pmap_kernel());
        return (0);
 }
 



Home | Main Index | Thread Index | Old Index