Re: [PATCH 3/5] target/hppa: Do not use hardcoded value for tlb_flush_*()

2023-08-25 Thread Philippe Mathieu-Daudé
On 24/8/23 23:04, del...@kernel.org wrote: From: Helge Deller Avoid using hardcoded values when calling the tlb_flush*() functions. Instead define the correct mask (HPPA_MMU_FLUSH_MASK) and use it. Skip flushing the MMU for physical addresses. Alternatively: Instead, define and use

[PATCH 3/5] target/hppa: Do not use hardcoded value for tlb_flush_*()

2023-08-24 Thread deller
From: Helge Deller Avoid using hardcoded values when calling the tlb_flush*() functions. Instead define the correct mask (HPPA_MMU_FLUSH_MASK) and use it. Skip flushing the MMU for physical addresses. Signed-off-by: Helge Deller --- target/hppa/cpu.h| 5 + target/hppa/helper.c