diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2007-02-16 04:27:52 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-02-16 11:13:58 -0500 |
commit | 5cfb6de7cd7c8f04655c9d23533ca506647beace (patch) | |
tree | 43a43dc7eb95d28befe233080b42a5aceeee5032 /include | |
parent | 303e967ff90a9d19ad3f8c9028ccbfa7f408fbb3 (diff) |
[PATCH] hrtimers: clean up callback tracking
Reintroduce ktimers feature "optimized away" by the ktimers review process:
remove the curr_timer pointer from the cpu-base and use the hrtimer state.
No functional changes.
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Cc: Roman Zippel <zippel@linux-m68k.org>
Cc: john stultz <johnstul@us.ibm.com>
Cc: Andi Kleen <ak@suse.de>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/hrtimer.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/hrtimer.h b/include/linux/hrtimer.h index d8cdac2d28d6..9041405d0b71 100644 --- a/include/linux/hrtimer.h +++ b/include/linux/hrtimer.h | |||
@@ -136,7 +136,6 @@ struct hrtimer_cpu_base { | |||
136 | spinlock_t lock; | 136 | spinlock_t lock; |
137 | struct lock_class_key lock_key; | 137 | struct lock_class_key lock_key; |
138 | struct hrtimer_clock_base clock_base[HRTIMER_MAX_CLOCK_BASES]; | 138 | struct hrtimer_clock_base clock_base[HRTIMER_MAX_CLOCK_BASES]; |
139 | struct hrtimer *curr_timer; | ||
140 | }; | 139 | }; |
141 | 140 | ||
142 | /* | 141 | /* |