• James Hogan's avatar
    MIPS: KVM: Remove ifdef DEBUG around kvm_debug · d5c704d5
    James Hogan authored
    kvm_debug() uses pr_debug() which is already compiled out in the absence
    of a DEBUG define, so remove the unnecessary ifdef DEBUG lines around
    kvm_debug() calls which are littered around arch/mips/kvm/.
    
    As well as generally cleaning up, this prevents future bit-rot due to
    DEBUG not being commonly used.
    Signed-off-by: default avatarJames Hogan <james.hogan@imgtec.com>
    Cc: Paolo Bonzini <pbonzini@redhat.com>
    Cc: Gleb Natapov <gleb@kernel.org>
    Cc: kvm@vger.kernel.org
    Cc: Ralf Baechle <ralf@linux-mips.org>
    Cc: linux-mips@linux-mips.org
    Cc: Sanjay Lal <sanjayl@kymasys.com>
    Signed-off-by: default avatarPaolo Bonzini <pbonzini@redhat.com>
    d5c704d5
kvm_mips_emul.c 61.2 KB