Re: [PATCH] KVM-PPC: Fix mtsrin in book3s_64 mmu

2009-12-19 Thread Hollis Blanchard
On Sat, Dec 19, 2009 at 9:07 AM, Alexander Graf wrote: > We were shifting the Ks/Kp/N bits one bit too far on mtsrin. It took > me some time to figure that out, so I also put in some debugging and a > comment explaining the conversion. > > This fixes current OpenBIOS boot on PPC64 KVM. > > Signed-

[PATCH] KVM-PPC: Fix mtsrin in book3s_64 mmu

2009-12-19 Thread Alexander Graf
We were shifting the Ks/Kp/N bits one bit too far on mtsrin. It took me some time to figure that out, so I also put in some debugging and a comment explaining the conversion. This fixes current OpenBIOS boot on PPC64 KVM. Signed-off-by: Alexander Graf --- arch/powerpc/kvm/book3s_64_mmu.c | 22