]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] __mod_timer: simplify ->base changing
authorOleg Nesterov <oleg@tv-sign.ru>
Fri, 31 Mar 2006 10:30:31 +0000 (02:30 -0800)
committerLinus Torvalds <torvalds@g5.osdl.org>
Fri, 31 Mar 2006 20:18:53 +0000 (12:18 -0800)
commit5e10226aa12bfabfd278f2f0e0851e3c3ee19c52
tree95233412196f8093e2e82437afeeadd2e479040c
parent71f870647c92aa78b22fb207b2aeed9b482c91f2
[PATCH] __mod_timer: simplify ->base changing

Since base and new_base are of the same type now, we can save one 'if'
branch and simplify the code a bit.

Signed-off-by: Oleg Nesterov <oleg@tv-sign.ru>
Acked-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
kernel/timer.c