From 4e97745f1a37b8a71e8faaae70cebe6ac42818bc Mon Sep 17 00:00:00 2001 From: Tony Lindgren Date: Thu, 7 Dec 2006 14:01:23 -0800 Subject: [PATCH] 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 --- Reading git-format-patch failed