Re: [PATCH -V2] POWERPC: BOOK3S: KVM: Use the saved dsisr and dar values on book3s 64

2013-12-30 Thread Alexander Graf
> Am 30.12.2013 um 07:04 schrieb "Aneesh Kumar K.V" > : > > From: "Aneesh Kumar K.V" > > Although it's optional IBM POWER cpus always had DAR value set on > alignment interrupt. So don't try to compute these values. > > Signed-off-by: Aneesh Kumar K.V > --- > arch/powerpc/kvm/book3s_emulate

[PATCH -V2] POWERPC: BOOK3S: KVM: Use the saved dsisr and dar values on book3s 64

2013-12-29 Thread Aneesh Kumar K.V
From: "Aneesh Kumar K.V" Although it's optional IBM POWER cpus always had DAR value set on alignment interrupt. So don't try to compute these values. Signed-off-by: Aneesh Kumar K.V --- arch/powerpc/kvm/book3s_emulate.c | 28 1 file changed, 28 insertions(+) diff