>From: Vineet Gupta <[email protected]> >Sent: Wednesday, December 30, 2015 12:10 PM
>> --- a/arch/arc/Kconfig >> +++ b/arch/arc/Kconfig >> @@ -32,6 +32,7 @@ config ARC >> select HAVE_OPROFILE >> select HAVE_PERF_EVENTS >> select IRQ_DOMAIN >> + select HANDLE_DOMAIN_IRQ if ARC_PLAT_EZNPS >On same lines as prev comment - just do this unconditionally for ARC port - assuming this works with legacy domain as well. Yes it should work for legacy domain. On the other hand I can select it at the driver Kconfig itself and remove this line altogether. >> >> +#ifdef CONFIG_HANDLE_DOMAIN_IRQ >> +extern void set_handle_irq(void (*handle_irq)(unsigned int hwirq, >> + struct pt_regs *)); >> +#endif >Not needed ! I need to have it since we do not know at arch/arc/kernel/irq.c what is the domain allocated by the timer driver -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

