From: Alexander Graf Date: Fri, 8 Jan 2010 01:58:05 +0000 (+0100) Subject: KVM: PPC: Get rid of unnecessary RFI X-Git-Tag: v2.6.34-rc1~193^2~95 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bc90923e27908ef65aa8aaad2f234e18b5273c78;p=pandora-kernel.git KVM: PPC: Get rid of unnecessary RFI Using an RFI in IR=1 is dangerous. We need to set two SRRs and then do an RFI without getting interrupted at all, because every interrupt could potentially overwrite the SRR values. Fortunately, we don't need to RFI in at least this particular case of the code, so we can just replace it with an mtmsr and b. Signed-off-by: Alexander Graf Signed-off-by: Avi Kivity --- Reading git-diff-tree failed