]> 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>
Thu, 1 Mar 2007 07:57:51 +0000 (23:57 -0800)
commit7d8396ee5d99a07fcdfcdc3c0938ee7a68901274
tree5969c1e3c78859624464f322931c8c912e3e7f58
parente7488d5726355225f4bafcc8bc13f7fccd8ff71d
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