Re: [PATCH] KVM: PPC: Remove shared defines for SPE and AltiVec interrupts

2014-09-01 Thread Alexander Graf
On 01.09.14 12:17, Mihai Caraman wrote: > We currently decide at compile-time which of the SPE or AltiVec units to > support exclusively. Guard kernel defines with CONFIG_SPE_POSSIBLE and > CONFIG_PPC_E500MC and remove shared defines. > > Signed-off-by: Mihai Caraman Thanks, applied to kvm-ppc

[PATCH] KVM: PPC: Remove shared defines for SPE and AltiVec interrupts

2014-09-01 Thread Mihai Caraman
We currently decide at compile-time which of the SPE or AltiVec units to support exclusively. Guard kernel defines with CONFIG_SPE_POSSIBLE and CONFIG_PPC_E500MC and remove shared defines. Signed-off-by: Mihai Caraman --- arch/powerpc/include/asm/kvm_asm.h | 20 ++-- 1 file chang