commit | 88b7ad10dd7cecfb5977f99175fe62ac2c511290 | [log] [tgz] |
---|---|---|
author | Helge Deller <deller@gmx.de> | Mon Aug 07 11:42:11 2023 +0200 |
committer | Helge Deller <deller@gmx.de> | Fri Aug 25 15:57:49 2023 +0200 |
tree | 4fd0e8b6bb5d75bac76f15a092f308e005341b1f | |
parent | c01e5dfb9a5b7a4c044e5da8840b6bc1175e5839 [diff] |
target/hppa: Do not use hardcoded value for tlb_flush_*() Avoid using hardcoded values when calling the tlb_flush*() functions. Instead, define and use HPPA_MMU_FLUSH_MASK (keeping the current behavior, which doesn't flush the physical address MMU). Signed-off-by: Helge Deller <deller@gmx.de> Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>