X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=include%2Fasm-arm%2Fmach%2Ftime.h;h=96c6db7dd0e1928e25b96e9b0e87fb64c7f113ce;hb=7b875affd49fbc8978a1a898a0a80ebfff11f8c6;hp=047980ad18d119aeb2e6136bba3221294fb75883;hpb=7ca6448dbfb398bba36eda3c01bc14b86c3675be;p=powerpc.git diff --git a/include/asm-arm/mach/time.h b/include/asm-arm/mach/time.h index 047980ad18..96c6db7dd0 100644 --- a/include/asm-arm/mach/time.h +++ b/include/asm-arm/mach/time.h @@ -47,9 +47,7 @@ struct sys_timer { #ifdef CONFIG_NO_IDLE_HZ -#define DYN_TICK_SKIPPING (1 << 2) #define DYN_TICK_ENABLED (1 << 1) -#define DYN_TICK_SUITABLE (1 << 0) struct dyn_tick_timer { unsigned int state; /* Current state */ @@ -60,6 +58,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;