Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/x86/x86 Revert previous



details:   https://anonhg.NetBSD.org/src/rev/b75ac1209f18
branches:  trunk
changeset: 777587:b75ac1209f18
user:      cherry <cherry%NetBSD.org@localhost>
date:      Fri Feb 24 08:17:20 2012 +0000

description:
Revert previous

diffstat:

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

diffs (27 lines):

diff -r ea5dd2f33b66 -r b75ac1209f18 sys/arch/x86/x86/pmap.c
--- a/sys/arch/x86/x86/pmap.c   Fri Feb 24 08:11:14 2012 +0000
+++ b/sys/arch/x86/x86/pmap.c   Fri Feb 24 08:17:20 2012 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: pmap.c,v 1.171 2012/02/24 08:11:14 cherry Exp $        */
+/*     $NetBSD: pmap.c,v 1.172 2012/02/24 08:17:20 cherry Exp $        */
 
 /*-
  * Copyright (c) 2008, 2010 The NetBSD Foundation, Inc.
@@ -171,7 +171,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: pmap.c,v 1.171 2012/02/24 08:11:14 cherry Exp $");
+__KERNEL_RCSID(0, "$NetBSD: pmap.c,v 1.172 2012/02/24 08:17:20 cherry Exp $");
 
 #include "opt_user_ldt.h"
 #include "opt_lockdebug.h"
@@ -2172,7 +2172,7 @@
                /* Set page RW again */
                pte = kvtopte(object);
                xpq_queue_pte_update(xpmap_ptetomach(pte), *pte | PG_RW);
-               xpq_bcast_invlpg((vaddr_t)object);
+               xpq_queue_invlpg((vaddr_t)object);
        }
        splx(s);
 #endif  /* XEN */



Home | Main Index | Thread Index | Old Index