]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitcead3517794298cfd25fd97f02422a7b0776a56f
treeed78d456b86b968ffe64fa24e7db4af4025e3298
parent0e494bf00a2aea6f8a411e15c5be9bdc075957d8
powerpc/kvm/book3s_32: Fix MTMSR_EERI macro

Commit c07c1230615 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