]> git.proxmox.com Git - mirror_qemu.git/commit
target-ppc: Remove address check for logging
authorDavid Gibson <david@gibson.dropbear.id.au>
Tue, 12 Mar 2013 00:31:05 +0000 (00:31 +0000)
committerAlexander Graf <agraf@suse.de>
Fri, 22 Mar 2013 14:28:46 +0000 (15:28 +0100)
commit8152ceaf6eea6d63f6ee65eb419fff56bb3b987b
treee1eb9dfb7363cc88391a188ab901d961b702da57
parent213c718080f51aa4f054a79c0c5743e0e2c15f67
target-ppc: Remove address check for logging

One LOG_MMU statement in mmu_helper.c has an odd check on the effective
address being translated.  I can see no reason for this; I suspect it was
a debugging hack from long ago.  This patch removes it.

Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
Signed-off-by: Alexander Graf <agraf@suse.de>
target-ppc/mmu_helper.c