commit | 644bfa013fd589b0df2470a66bcd104318ef24cd | [log] [tgz] |
---|---|---|
author | Alexander Graf <agraf@suse.de> | Thu Jul 29 14:48:06 2010 +0200 |
committer | Avi Kivity <avi@redhat.com> | Sun Oct 24 10:50:57 2010 +0200 |
tree | 7789aae3ec11b1ca49050e3afaf004fe0ea6c8b4 | |
parent | 7810927760a0d16d7a41be4dab895fbbf9445bc0 [diff] |
KVM: PPC: PV wrteei On BookE the preferred way to write the EE bit is the wrteei instruction. It already encodes the EE bit in the instruction. So in order to get BookE some speedups as well, let's also PV'nize thati instruction. Signed-off-by: Alexander Graf <agraf@suse.de> Signed-off-by: Avi Kivity <avi@redhat.com>