提交 9d883477 编写于 作者: R Russell King 提交者: Russell King

[ARM] Remove unused DYN_TICK_* macros

Neither DYN_TICK_SKIPPING nor DYN_TICK_SUITABLE are used on ARM.
Remove them.
Signed-off-by: NRussell King <rmk+kernel@arm.linux.org.uk>
上级 664399e1
...@@ -47,9 +47,7 @@ struct sys_timer { ...@@ -47,9 +47,7 @@ struct sys_timer {
#ifdef CONFIG_NO_IDLE_HZ #ifdef CONFIG_NO_IDLE_HZ
#define DYN_TICK_SKIPPING (1 << 2)
#define DYN_TICK_ENABLED (1 << 1) #define DYN_TICK_ENABLED (1 << 1)
#define DYN_TICK_SUITABLE (1 << 0)
struct dyn_tick_timer { struct dyn_tick_timer {
unsigned int state; /* Current state */ unsigned int state; /* Current state */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册