Re: [PATCH v3 7/9] target/hppa: Export function hppa_set_ior_and_isr()

2024-01-12 Thread Richard Henderson
On 1/12/24 21:29, del...@kernel.org wrote: From: Helge Deller Move functionality to set IOR and ISR on fault into own function. This will be used by follow-up patches. Signed-off-by: Helge Deller --- target/hppa/cpu.h| 1 + target/hppa/mem_helper.c | 23 --- 2 f

[PATCH v3 7/9] target/hppa: Export function hppa_set_ior_and_isr()

2024-01-12 Thread deller
From: Helge Deller Move functionality to set IOR and ISR on fault into own function. This will be used by follow-up patches. Signed-off-by: Helge Deller --- target/hppa/cpu.h| 1 + target/hppa/mem_helper.c | 23 --- 2 files changed, 13 insertions(+), 11 deletions(-