From: Alexander Graf Date: Wed, 25 Apr 2012 12:28:23 +0000 (+0200) Subject: KVM: PPC: Book3S: PR: Optimize entry path X-Git-Tag: v3.5-rc1~88^2~11^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8c2d0be7efb0b92b5e4f89ea4363f3cdc11e2459;p=pandora-kernel.git KVM: PPC: Book3S: PR: Optimize entry path By shuffling a few instructions around we can execute more memory loads in parallel, giving us a small performance boost. With this patch and a simple priviledged SPR access loop guest, I get a speed bump from 2013052 to 2035607 exits per second. Signed-off-by: Alexander Graf --- Reading git-diff-tree failed