On 11.03.2025 17:19, Oleksii Kurochko wrote:
> --- a/xen/arch/riscv/setup.c
> +++ b/xen/arch/riscv/setup.c
> @@ -16,6 +16,7 @@
>  #include <asm/cpufeature.h>
>  #include <asm/early_printk.h>
>  #include <asm/fixmap.h>
> +#include <asm/intc.h>
>  #include <asm/sbi.h>
>  #include <asm/setup.h>
>  #include <asm/smp.h>
> @@ -128,6 +129,8 @@ void __init noreturn start_xen(unsigned long bootcpu_id,
>  
>      preinit_xen_time();
>  
> +    intc_preinit();

And there's only ever going to be a single interrupt controller type on RISC-V?
IOW - no abstraction needed?

Jan

Reply via email to