Hi, On Wed, Jan 27, 2021 at 11:42:52PM +0100, Philippe Mathieu-Daudé wrote: > Taking notes while reviewing commit 671a0a1265a > ("use MMUAccessType instead of int in mmu_translate"). > > Philippe Mathieu-Daudé (3): > target/tricore: Replace magic value by MMU_DATA_LOAD definition > target/tricore: Pass MMUAccessType to get_physical_address() > target/tricore: Remove unused definitions > > target/tricore/cpu.h | 12 ------------ > target/tricore/helper.c | 9 ++++----- > 2 files changed, 4 insertions(+), 17 deletions(-)
Thanks for the cleanup. I applied it to my tricore.next queue. Cheers, Bastian