Skip to content

Commit

Permalink
[ARM] Remove unused DYN_TICK_* macros
Browse files Browse the repository at this point in the history
Neither DYN_TICK_SKIPPING nor DYN_TICK_SUITABLE are used on ARM.
Remove them.

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
  • Loading branch information
Russell King authored and Russell King committed Sep 5, 2005
1 parent 664399e commit 9d88347
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions include/asm-arm/mach/time.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit 9d88347

Please sign in to comment.