X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=include%2Fasm-arm%2Fmach%2Ftime.h;h=96c6db7dd0e1928e25b96e9b0e87fb64c7f113ce;hb=87199134b4a85de56a7508c551ab3b3a3ee35035;hp=047980ad18d119aeb2e6136bba3221294fb75883;hpb=4208ff04a2dea2f55111a6cdc7e21f6ec3aef29f;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;