Re: [PATCH] powerpc/book3s: Fix the MCE code to use CONFIG_KVM_BOOK3S_HV_POSSIBLE

2015-01-07 Thread Mahesh Jagannath Salgaonkar
On 01/07/2015 01:46 PM, Aneesh Kumar K.V wrote: > Mahesh J Salgaonkar writes: > >> From: Mahesh Salgaonkar >> >> commit id 9975f5e added new config variable CONFIG_KVM_BOOK3S_HV_POSSIBLE >> that helps to select the relevant code in the kernel when HV and PR >> bits are built as separate modules.

Re: [PATCH] powerpc/book3s: Fix the MCE code to use CONFIG_KVM_BOOK3S_HV_POSSIBLE

2015-01-07 Thread Aneesh Kumar K.V
Mahesh J Salgaonkar writes: > From: Mahesh Salgaonkar > > commit id 9975f5e added new config variable CONFIG_KVM_BOOK3S_HV_POSSIBLE > that helps to select the relevant code in the kernel when HV and PR > bits are built as separate modules. As part of that commit, all the > instances of #ifdef CO

[PATCH] powerpc/book3s: Fix the MCE code to use CONFIG_KVM_BOOK3S_HV_POSSIBLE

2015-01-06 Thread Mahesh J Salgaonkar
From: Mahesh Salgaonkar commit id 9975f5e added new config variable CONFIG_KVM_BOOK3S_HV_POSSIBLE that helps to select the relevant code in the kernel when HV and PR bits are built as separate modules. As part of that commit, all the instances of #ifdef CONFIG_KVM_BOOK3S_64_HV was replaced with C