]> pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
ARM: OMAP: Manually merged include/asm-arm/mach/time.h
authorTony Lindgren <tony@atomide.com>
Wed, 29 Jun 2005 13:52:39 +0000 (06:52 -0700)
committerTony Lindgren <tony@atomide.com>
Wed, 29 Jun 2005 13:52:39 +0000 (06:52 -0700)
Manually merged include/asm-arm/mach/time.h

include/asm-arm/mach/time.h

index c46914855bc52dc403282c30187231ba6178ce3f..2cf279a4401773e009cb163ecb32ea1cb477ecad 100644 (file)
@@ -43,7 +43,6 @@ struct sys_timer {
 #ifdef CONFIG_NO_IDLE_HZ
        struct dyn_tick_timer   *dyn_tick;
 #endif
-
 };
 
 #ifdef CONFIG_NO_IDLE_HZ
@@ -56,9 +55,13 @@ struct dyn_tick_timer {
        unsigned int    state;                  /* Current state */
        int             (*enable)(void);        /* Enables dynamic tick */
        int             (*disable)(void);       /* Disables dynamic tick */
-       void            (*reprogram)(void);     /* Reprograms the timer */
+       void            (*reprogram)(unsigned long); /* Reprograms the timer */
        int             (*handler)(int, void *, struct pt_regs *);
 };
+
+void timer_dyn_reprogram(void);
+#else
+#define timer_dyn_reprogram()  do { } while (0)
 #endif
 
 extern struct sys_timer *system_timer;