[PATCH 09/15] irq: arm: perform irqentry in entry code
Vladimir Murzin
vladimir.murzin at arm.com
Fri Oct 22 08:18:18 PDT 2021
Hi Mark,
On 10/21/21 7:02 PM, Mark Rutland wrote:
> +/*
> + * TODO: restructure the ARMv7M entry logic so that this entry logic can live
> + * in arch code.
> + */
> +asmlinkage void __exception_irq_entry
> +static void nvic_handle_irq(irq_hw_number_t hwirq, struct pt_regs *regs)
I'm seeing build time failure...
drivers/irqchip/irq-nvic.c:50:8: error: two or more data types in declaration specifiers
static void nvic_handle_irq(irq_hw_number_t hwirq, struct pt_regs *regs)
^~~~
drivers/irqchip/irq-nvic.c:50:13: warning: 'nvic_handle_irq' defined but not used [-Wunused-function]
static void nvic_handle_irq(irq_hw_number_t hwirq, struct pt_regs *regs)
I've fixed that locally and planing to give it a go...
Cheers
Vladimir
More information about the linux-arm-kernel
mailing list