Re: [PATCH v2 4/9] ppc/ppc405: Activate MMU logs

2022-01-03 Thread Richard Henderson
On 1/2/22 10:34 PM, Cédric Le Goater wrote: There is no need to deactivate MMU logging at compile time. Remove all use of defines. Only keep DUMP_PAGE_TABLES for another series since page tables could be dumped from the monitor. Signed-off-by: Cédric Le Goater Message-Id:<20211222064025.1541490-

[PATCH v2 4/9] ppc/ppc405: Activate MMU logs

2022-01-02 Thread Cédric Le Goater
There is no need to deactivate MMU logging at compile time. Remove all use of defines. Only keep DUMP_PAGE_TABLES for another series since page tables could be dumped from the monitor. Signed-off-by: Cédric Le Goater Message-Id: <20211222064025.1541490-4-...@kaod.org> Signed-off-by: Cédric Le Goa