]> pilppa.com Git - linux-2.6-omap-h63xx.git/commit
ARM: OMAP: Avoid updating system time for sub-jiffy interrupts
authorTony Lindgren <tony@atomide.com>
Thu, 7 Dec 2006 22:01:23 +0000 (14:01 -0800)
committerTony Lindgren <tony@atomide.com>
Wed, 7 Mar 2007 08:04:20 +0000 (00:04 -0800)
commit8c34f623f2c4d31aa136b76d24081d0f792416a5
tree8dea910e478edf2d0c0ae3324e2be586b58e8673
parent367197493abeb5a447e3be0171ba8efb0ff9e0a2
ARM: OMAP: Avoid updating system time for sub-jiffy interrupts

Updating system time and reprogramming timer can cause latency
issues on busy systems with lots of interrupts with constant
updating of time and reprogramming the system timer.

If a non-timer dyntick interrupt happens within a jiffy from
the last interrupt, updating time and reprogramming the timer
is unnecessary as we will get a timer interrupt soon anyways.

Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/plat-omap/timer32k.c