diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2007-02-16 01:27:52 -0800 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-02-16 08:13:58 -0800 |
commit | 5cfb6de7cd7c8f04655c9d23533ca506647beace (patch) | |
tree | 43a43dc7eb95d28befe233080b42a5aceeee5032 /include/linux/hrtimer.h | |
parent | 303e967ff90a9d19ad3f8c9028ccbfa7f408fbb3 (diff) | |
download | op-kernel-dev-5cfb6de7cd7c8f04655c9d23533ca506647beace.zip op-kernel-dev-5cfb6de7cd7c8f04655c9d23533ca506647beace.tar.gz |
[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/linux/hrtimer.h')
-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 d8cdac2..9041405 100644 --- a/include/linux/hrtimer.h +++ b/include/linux/hrtimer.h @@ -136,7 +136,6 @@ struct hrtimer_cpu_base { spinlock_t lock; struct lock_class_key lock_key; struct hrtimer_clock_base clock_base[HRTIMER_MAX_CLOCK_BASES]; - struct hrtimer *curr_timer; }; /* |