From: Mukesh Rathor Date: Fri, 3 Jan 2014 14:48:08 +0000 (-0500) Subject: xen/pvh/mmu: Use PV TLB instead of native. X-Git-Tag: v3.14-rc1~126^2~22 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=76bcceff0bfbded075c9703ec5413a9bf50ef8c4;p=pandora-kernel.git xen/pvh/mmu: Use PV TLB instead of native. We also optimize one - the TLB flush. The native operation would needlessly IPI offline VCPUs causing extra wakeups. Using the Xen one avoids that and lets the hypervisor determine which VCPU needs the TLB flush. Signed-off-by: Mukesh Rathor Signed-off-by: Konrad Rzeszutek Wilk --- Reading git-diff-tree failed