]> xenbits.xensource.com Git - xen.git/commit
x86/p2m: drop second pass looking for shared pages.
authorTim Deegan <tim@xen.org>
Wed, 18 Dec 2013 14:12:31 +0000 (14:12 +0000)
committerTim Deegan <tim@xen.org>
Thu, 27 Feb 2014 12:28:41 +0000 (12:28 +0000)
commit7bedbbb5c31ec7d7e653b4fc606c9871661d5e89
tree4ce033456cf979c7f1a16b5abff8bcd0bb836cbd
parent6931067c8ef969a55ff4ba8b8d0e8d0ffb8ce0cd
x86/p2m: drop second pass looking for shared pages.

We have run relinquish_shared_pages() already by the time this
teardown happens, and page_make_sharable() exits early if the owning
domain is dying.

Signed-off-by: Tim Deegan <tim@xen.org>
Acked-by: Andres Lagar-Cavilla <andres@lagarcavilla.org>
xen/arch/x86/mm/p2m.c