On Thu, 23 Dec 2021, Richard Henderson wrote:
On 12/21/21 10:40 PM, Cédric Le Goater wrote:
There is no need to deactivate MMU logging at compile time.
Signed-off-by: Cédric Le Goater<c...@kaod.org>
---
target/ppc/mmu_common.c | 4 ++--
target/ppc/mmu_helper.c | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
There's also no need to use #defines.
You should just remove these and the ifdefs.
I thought the same unless these are disabled by default for performance
reasons. MMU is already quite slow, would this make it even slower?
Regards,
BALATON Zoltan