]> git.baikalelectronics.ru Git - kernel.git/commit
hrtimers: Avoid touching inactive timer bases
authorThomas Gleixner <tglx@linutronix.de>
Fri, 20 May 2011 11:05:15 +0000 (13:05 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Mon, 23 May 2011 11:59:54 +0000 (13:59 +0200)
commit9a1dcb83a6b7c743d2e99c5474b62299a0658986
treec8b370496497b4f96d6a17da906bdd9314e9a090
parent3c2259d6d4f18e9f51cd5af3effb55783760f870
hrtimers: Avoid touching inactive timer bases

Instead of iterating over all possible timer bases avoid it by marking
the active bases in the cpu base.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Reviewed-by: Peter Zijlstra <peterz@infradead.org>
include/linux/hrtimer.h
include/linux/thread_info.h
kernel/hrtimer.c
kernel/posix-cpu-timers.c
kernel/posix-timers.c
kernel/time/alarmtimer.c