KVM: PPC: Fix typo in book3s_32 debug code
authorAlexander Graf <agraf@suse.de>
Fri, 19 Feb 2010 10:00:36 +0000 (11:00 +0100)
committerAvi Kivity <avi@redhat.com>
Sun, 25 Apr 2010 09:35:03 +0000 (12:35 +0300)
commite425a6de1a2b427747f5af17bd76630548944ff1
treef6a215801cc6cf86e211fbad6cf15c36e784c3d9
parentd1bab74c51eb13cf860ea2f0cd1d4d4605deb292
KVM: PPC: Fix typo in book3s_32 debug code

There's a typo in the debug ifdef of the book3s_32 mmu emulation. While trying
to debug something I stumbled across that and wanted to save anyone after me
(or myself later) from having to debug that again.

So let's fix the ifdef.

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