Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9d883477 authored by Russell King's avatar Russell King Committed by Russell King
Browse files

[ARM] Remove unused DYN_TICK_* macros



Neither DYN_TICK_SKIPPING nor DYN_TICK_SUITABLE are used on ARM.
Remove them.

Signed-off-by: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
parent 664399e1
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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 */