Module Name: src Committed By: bouyer Date: Tue Feb 21 19:25:05 UTC 2012
Modified Files: src/sys/arch/x86/x86: pmap.c Log Message: Revert pmap_pte_flush() -> xpq_flush_queue() in previous. To generate a diff of this commit: cvs rdiff -u -r1.167 -r1.168 src/sys/arch/x86/x86/pmap.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/x86/x86/pmap.c diff -u src/sys/arch/x86/x86/pmap.c:1.167 src/sys/arch/x86/x86/pmap.c:1.168 --- src/sys/arch/x86/x86/pmap.c:1.167 Tue Feb 21 19:10:13 2012 +++ src/sys/arch/x86/x86/pmap.c Tue Feb 21 19:25:05 2012 @@ -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 @@ pmap_alloc_level(pd_entry_t * const *pde nkptp[level - 1]++; va += nbpd[level - 1]; } - xpq_flush_queue(); + pmap_pte_flush(); } #ifdef XEN splx(s);