From: Alexander Graf Date: Fri, 19 Feb 2010 10:00:35 +0000 (+0100) Subject: KVM: PPC: Preload FPU when possible X-Git-Tag: v2.6.35-rc1~436^2~246 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d1bab74c51eb13cf860ea2f0cd1d4d4605deb292;p=pandora-kernel.git KVM: PPC: Preload FPU when possible There are some situations when we're pretty sure the guest will use the FPU soon. So we can save the churn of going into the guest, finding out it does want to use the FPU and going out again. This patch adds preloading of the FPU when it's reasonable. Signed-off-by: Alexander Graf Signed-off-by: Avi Kivity --- Reading git-diff-tree failed