On 25.03.2025 18:37, Oleksii Kurochko wrote: > Currently, only the device tree method is available to locate and perform > pre-initialization steps for the interrupt controller (at the moment, only > one interrupt controller is going to be supported). When `acpi_disabled` > is true, the system will scan for a node with the "interrupt-controller" > property and then call `device_init()` to validate if it is an expected > interrupt controller and if yes then save this node for further usage. > > If `acpi_disabled` is false, the system will panic, as ACPI support is not > yet implemented for RISC-V. > > Signed-off-by: Oleksii Kurochko <oleksii.kuroc...@gmail.com>
Acked-by: Jan Beulich <jbeul...@suse.com>