Kernel/ARMv7 - Call timers on tegra2
authorJohn Hodge <[email protected]>
Mon, 23 Sep 2013 14:59:23 +0000 (22:59 +0800)
committerJohn Hodge <[email protected]>
Mon, 23 Sep 2013 14:59:23 +0000 (22:59 +0800)
KernelLand/Kernel/arch/armv7/platform_tegra2.c

index 54f5c24..d955fbf 100644 (file)
@@ -49,6 +49,7 @@ void Timer_IRQHandler_SysClock(int IRQ, void *_unused)
 {
        giTimestamp += 100;
        gpTimersMap->TMR1.PCR_0 = (1<<30);
+       Timer_CallTimers();
 }
 
 void Timer_IRQHandler_Timer2(int IRQ, void *_unused)

UCC git Repository :: git.ucc.asn.au