projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
664399e
)
[ARM] Remove unused DYN_TICK_* macros
author
Russell King
<rmk@dyn-67.arm.linux.org.uk>
Mon, 5 Sep 2005 09:21:04 +0000
(10:21 +0100)
committer
Russell King
<rmk+kernel@arm.linux.org.uk>
Mon, 5 Sep 2005 09:21:04 +0000
(10:21 +0100)
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>
include/asm-arm/mach/time.h
patch
|
blob
|
history
diff --git
a/include/asm-arm/mach/time.h
b/include/asm-arm/mach/time.h
index 2cf279a4401773e009cb163ecb32ea1cb477ecad..96c6db7dd0e1928e25b96e9b0e87fb64c7f113ce 100644
(file)
--- 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 */