summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorRussell King2005-06-27 15:04:05 +0200
committerRussell King2005-06-27 15:04:05 +0200
commit2ea83398b75309d8fdc999c4bb252e72d7e4fd9d (patch)
tree56719404c3fd74bce0356559b5738ad798c857fd /include
parent[PATCH] ARM: Add missed AAEC2000 file (diff)
downloadkernel-qcow2-linux-2ea83398b75309d8fdc999c4bb252e72d7e4fd9d.tar.gz
kernel-qcow2-linux-2ea83398b75309d8fdc999c4bb252e72d7e4fd9d.tar.xz
kernel-qcow2-linux-2ea83398b75309d8fdc999c4bb252e72d7e4fd9d.zip
[PATCH] ARM: Add VST idle loop call
This call allows the dynamic tick support to reprogram the timer immediately before the CPU idles. Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'include')
-rw-r--r--include/asm-arm/mach/time.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/asm-arm/mach/time.h b/include/asm-arm/mach/time.h
index 047980ad18d1..2cf279a44017 100644
--- a/include/asm-arm/mach/time.h
+++ b/include/asm-arm/mach/time.h
@@ -60,6 +60,8 @@ struct dyn_tick_timer {
};
void timer_dyn_reprogram(void);
+#else
+#define timer_dyn_reprogram() do { } while (0)
#endif
extern struct sys_timer *system_timer;