On Mon, Jul 31, 2017 at 7:59 PM, Palmer Dabbelt <palmer@xxxxxxxxxxx> wrote: > This patch adds a driver that manages the local interrupts on each > RISC-V hart, as specifiec by the RISC-V supervisor level ISA manual. > The local interrupt controller manages software interrupts, timer > interrupts, and hardware interrupts (which are routed via the > platform level interrupt controller). Per-hart local interrupt > controllers are found on all RISC-V systems. > > Signed-off-by: Palmer Dabbelt <palmer@xxxxxxxxxxx> > --- > +IRQCHIP_DECLARE(riscv, "riscv,cpu-intc", riscv_intc_init); What happened with the DT bindings? Those need to come first. Rob -- To unsubscribe from this list: send the line "unsubscribe linux-kbuild" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html