powerpc/kvm/book3s_32: Fix MTMSR_EERI macro
authorAlexander Graf <agraf@suse.de>
Mon, 30 Jul 2012 12:32:59 +0000 (12:32 +0000)
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>
Tue, 31 Jul 2012 05:21:20 +0000 (15:21 +1000)
commitad36cb0d1d3e2b7f161cd33932433f9349cade1e
treeed78d456b86b968ffe64fa24e7db4af4025e3298
parentb6965f7967a64b185d7ff4cc4bcf15c380c1348f
powerpc/kvm/book3s_32: Fix MTMSR_EERI macro

Commit b38c77d82e4 moved the MTMSR_EERI macro from the KVM code to generic
ppc_asm.h code. However, while adding it in the headers for the ppc32 case,
it missed out to remove the former definition in the KVM code.

This patch fixes compilation on server type PPC32 targets with CONFIG_KVM
enabled.

Signed-off-by: Alexander Graf <agraf@suse.de>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
arch/powerpc/kvm/book3s_rmhandlers.S