summary refs log tree commit diff
path: root/arch/x86
diff options
context:
space:
mode:
authorMark McLoughlin <markmc@redhat.com>2008-04-02 15:36:38 +0100
committerIngo Molnar <mingo@elte.hu>2008-04-04 18:36:48 +0200
commitc946c7de49a9ba50bc205d6359b41bbc8f01174c (patch)
tree96ab7a3279dc21603e4d86746411c4e81e9d0243 /arch/x86
parenta684d69d15a8fafede7c5c0daac8c646bbee805c (diff)
downloadlinux-c946c7de49a9ba50bc205d6359b41bbc8f01174c.tar.gz
xen: Clear PG_pinned in release_{pt,pd}()
Signed-off-by: Mark McLoughlin <markmc@redhat.com>
Cc: xen-devel@lists.xensource.com
Cc: Mark McLoughlin <markmc@redhat.com>
Cc: Jeremy Fitzhardinge <jeremy@goop.org>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/x86')
-rw-r--r--arch/x86/xen/enlighten.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/xen/enlighten.c b/arch/x86/xen/enlighten.c
index f16b056e5c56..27ee26aedf94 100644
--- a/arch/x86/xen/enlighten.c
+++ b/arch/x86/xen/enlighten.c
@@ -717,6 +717,7 @@ static void xen_release_ptpage(u32 pfn, unsigned level)
 				pin_pagetable_pfn(MMUEXT_UNPIN_TABLE, pfn);
 			make_lowmem_page_readwrite(__va(PFN_PHYS(pfn)));
 		}
+		ClearPagePinned(page);
 	}
 }