From: David Vrabel Date: Fri, 19 Jul 2013 14:51:59 +0000 (+0100) Subject: xen/p2m: avoid unneccesary TLB flush in m2p_remove_override() X-Git-Tag: v3.12-rc1~144^2~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=65a45fa2f640f72757ef00f2bc83f9654d65a62b;p=pandora-kernel.git xen/p2m: avoid unneccesary TLB flush in m2p_remove_override() In m2p_remove_override() when removing the grant map from the kernel mapping and replacing with a mapping to the original page, the grant unmap will already have flushed the TLB and it is not necessary to do it again after updating the mapping. Signed-off-by: David Vrabel Cc: Stefano Stabellini Signed-off-by: Konrad Rzeszutek Wilk Reviewed-by: Stefano Stabellini --- Reading git-diff-tree failed