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 (xen) Flush the xpq before broadcasting pag...
details: https://anonhg.NetBSD.org/src/rev/72883b2115a0
branches: trunk
changeset: 777617:72883b2115a0
user: cherry <cherry%NetBSD.org@localhost>
date: Sat Feb 25 19:32:27 2012 +0000
description:
(xen) Flush the xpq before broadcasting page invalidate.
diffstat:
sys/arch/x86/x86/pmap.c | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (26 lines):
diff -r cf21bfc6c44f -r 72883b2115a0 sys/arch/x86/x86/pmap.c
--- a/sys/arch/x86/x86/pmap.c Sat Feb 25 18:57:50 2012 +0000
+++ b/sys/arch/x86/x86/pmap.c Sat Feb 25 19:32:27 2012 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: pmap.c,v 1.174 2012/02/25 12:33:53 cherry Exp $ */
+/* $NetBSD: pmap.c,v 1.175 2012/02/25 19:32:27 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.174 2012/02/25 12:33:53 cherry Exp $");
+__KERNEL_RCSID(0, "$NetBSD: pmap.c,v 1.175 2012/02/25 19:32:27 cherry Exp $");
#include "opt_user_ldt.h"
#include "opt_lockdebug.h"
@@ -2168,6 +2168,7 @@
/* Set page RW again */
pte = kvtopte(object);
pmap_pte_set(pte, *pte | PG_RW);
+ pmap_pte_flush();
xen_bcast_invlpg((vaddr_t)object);
}
splx(s);
Home |
Main Index |
Thread Index |
Old Index