KVM: PPC: Book3S_32 MMU debug compile fixes
authorAlexander Graf <agraf@suse.de>
Thu, 29 Jul 2010 13:04:16 +0000 (15:04 +0200)
committerAvi Kivity <avi@redhat.com>
Sun, 24 Oct 2010 08:50:58 +0000 (10:50 +0200)
commit5302104235f0e9f05781b92a4ab25d20e4537f56
treec6a4b662b3b8dd9839bf009befb8f84c5911297d
parent15711e9c927bfc08e66791cbf0ca7887c0880768
KVM: PPC: Book3S_32 MMU debug compile fixes

Due to previous changes, the Book3S_32 guest MMU code didn't compile properly
when enabling debugging.

This patch repairs the broken code paths, making it possible to define DEBUG_MMU
and friends again.

Signed-off-by: Alexander Graf <agraf@suse.de>
Signed-off-by: Avi Kivity <avi@redhat.com>
arch/powerpc/kvm/book3s_32_mmu.c