]> 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>
Fri, 29 Sep 2006 07:45:10 +0000 (10:45 +0300)
committerTony Lindgren <tony@atomide.com>
Fri, 29 Sep 2006 07:45:10 +0000 (10:45 +0300)
commitafdf472d20737f91f098c6bc64f6170e8f739405
treeeafb732f5f7a3131931ff8a64a1ddd72a046812e
parent0af779e211ee29f14e486f34bc93e0e15b9a23d1
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