]> www.pilppa.org 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, 26 Apr 2007 16:14:30 +0000 (16:14 +0000)
commit4e97745f1a37b8a71e8faaae70cebe6ac42818bc
tree086a011a3130640a3053d8a5f007fe1b99bb39ca
parentfc1ae2029c206b7eab93d131da965c176c443050
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