]> 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)
commitd21a564291040fbf9c6f2aaa300a4c0f9b2c9380
treeed78d456b86b968ffe64fa24e7db4af4025e3298
parentae824900eab1a4b20a5c7957cd8c1b76c9be48e5
powerpc/kvm/book3s_32: Fix MTMSR_EERI macro

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