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 pmap_pte_flush() -> xpq_flush_queue(...



details:   https://anonhg.NetBSD.org/src/rev/92f15a721fee
branches:  trunk
changeset: 777525:92f15a721fee
user:      bouyer <bouyer%NetBSD.org@localhost>
date:      Tue Feb 21 19:25:05 2012 +0000

description:
Revert pmap_pte_flush() -> xpq_flush_queue() in previous.

diffstat:

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

diffs (27 lines):

diff -r 0b250bbf6477 -r 92f15a721fee sys/arch/x86/x86/pmap.c
--- a/sys/arch/x86/x86/pmap.c   Tue Feb 21 19:10:13 2012 +0000
+++ b/sys/arch/x86/x86/pmap.c   Tue Feb 21 19:25:05 2012 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: pmap.c,v 1.167 2012/02/21 19:10:13 bouyer Exp $        */
+/*     $NetBSD: pmap.c,v 1.168 2012/02/21 19:25:05 bouyer 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.167 2012/02/21 19:10:13 bouyer Exp $");
+__KERNEL_RCSID(0, "$NetBSD: pmap.c,v 1.168 2012/02/21 19:25:05 bouyer Exp $");
 
 #include "opt_user_ldt.h"
 #include "opt_lockdebug.h"
@@ -4215,7 +4215,7 @@
                        nkptp[level - 1]++;
                        va += nbpd[level - 1];
                }
-               xpq_flush_queue();
+               pmap_pte_flush();
        }
 #ifdef XEN
        splx(s);



Home | Main Index | Thread Index | Old Index