Re: [PATCH] irqchip/irq-bcm7038-l1: Allow building on ARM 32-bit

2020-07-17 Thread Marc Zyngier
On Thu, 9 Jul 2020 16:41:41 -0700, Florian Fainelli wrote: > We need to have a definition for cpu_logical_map[] which on ARM > platforms is provided by asm/smp_plat.h. This header is not > automatically included from linux/smp.h and untangling it is a bit > difficult. Applied to irq/irqchip-5.9, t

[PATCH] irqchip/irq-bcm7038-l1: Allow building on ARM 32-bit

2020-07-09 Thread Florian Fainelli
We need to have a definition for cpu_logical_map[] which on ARM platforms is provided by asm/smp_plat.h. This header is not automatically included from linux/smp.h and untangling it is a bit difficult. Signed-off-by: Florian Fainelli --- drivers/irqchip/irq-bcm7038-l1.c | 3 +++ 1 file changed,