]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] hrtimers: clean up callback tracking
authorThomas Gleixner <tglx@linutronix.de>
Fri, 16 Feb 2007 09:27:52 +0000 (01:27 -0800)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Fri, 16 Feb 2007 16:13:58 +0000 (08:13 -0800)
commit68744fed95100cd0e7e8b2f77ca590b0842ca8c9
tree43a43dc7eb95d28befe233080b42a5aceeee5032
parent69ff525b3509462f5ee6c0db9fa5dfe3afd0dc2c
[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>
include/linux/hrtimer.h
kernel/hrtimer.c