Re: [PATCH-for-9.1 08/21] target/microblaze: Prefix MMU API with 'mb_'

2024-03-23 Thread Edgar E. Iglesias
On Thu, Mar 21, 2024 at 4:49 PM Philippe Mathieu-Daudé wrote: > MicroBlaze MMU API is exposed in "mmu.h". In order to avoid > name clashing with other targets, prefix the API with 'mb_'. > Reviewed-by: Edgar E. Iglesias > > Signed-off-by: Philippe Mathieu-Daudé > --- >

[PATCH-for-9.1 08/21] target/microblaze: Prefix MMU API with 'mb_'

2024-03-21 Thread Philippe Mathieu-Daudé
MicroBlaze MMU API is exposed in "mmu.h". In order to avoid name clashing with other targets, prefix the API with 'mb_'. Signed-off-by: Philippe Mathieu-Daudé --- target/microblaze/mmu.h | 10 +- target/microblaze/cpu.c | 2 +- target/microblaze/helper.c| 4 ++--