Re: [PATCH v2 2/5] clocksource: time-armada-370-xp: add local timer support
From: Jason Cooper <hidden>
Date: 2013-02-15 21:48:06
Also in:
linux-arm-kernel
On Fri, Feb 15, 2013 at 10:41:51PM +0100, Gregory CLEMENT wrote:
On 02/15/2013 10:21 PM, Jason Cooper wrote:quoted
On Fri, Jan 25, 2013 at 06:32:42PM +0100, Gregory CLEMENT wrote:quoted
On the SOCs Armada 370 and Armada XP, each CPU comes with two private timers. This patch use the timer 0 of each CPU as local timer for the clockevent if CONFIG_LOCAL_TIMER is selected. In the other case, use only the private Timer 0 of CPU 0. Signed-off-by: Gregory CLEMENT <gregory.clement-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org> --- drivers/clocksource/time-armada-370-xp.c | 150 ++++++++++++++++++++++-------- 1 file changed, 112 insertions(+), 38 deletions(-)After applying the first two patches in this series to mvebu/drivers I get: CC arch/arm/mach-mvebu/irq-armada-370-xp.o arch/arm/mach-mvebu/irq-armada-370-xp.c: In function 'armada_370_xp_mpic_irq_map': arch/arm/mach-mvebu/irq-armada-370-xp.c:87:11: error: 'ARMADA_370_XP_MAX_PER_CPU_IRQS' undeclared (first use in this function) arch/arm/mach-mvebu/irq-armada-370-xp.c:87:11: note: each undeclared identifier is reported only once for each function it appears in make[1]: *** [arch/arm/mach-mvebu/irq-armada-370-xp.o] Error 1 make: *** [arch/arm/mach-mvebu] Error 2 with mvebu_defconfig. Is there a dependency I missed? I'm not finding anything obvious. The same occurs if I enable LOCAL_TIMER.It depends on "arm: mvebu: Improve the SMP support of the interrupt controller" As you have pulled this patch few weeks ago I forgot to this dependency, sorry.
Cool, thanks! Jason.