]> git.baikalelectronics.ru Git - kernel.git/commit
NOHZ: unify the nohz function calls in irq_enter()
authorThomas Gleixner <tglx@linutronix.de>
Fri, 17 Oct 2008 07:59:47 +0000 (09:59 +0200)
committerThomas Gleixner <tglx@apollo.(none)>
Fri, 17 Oct 2008 16:13:38 +0000 (18:13 +0200)
commit52a2bd658ee4d9ab10480205b03bb9816d9c3860
tree6afe1e9f2175aa5394cf6e0fc7c84afef0be3e9b
parent1d881e85f78287da338107469975a1ecb9e894a8
NOHZ: unify the nohz function calls in irq_enter()

We have two separate nohz function calls in irq_enter() for no good
reason. Just call a single NOHZ function from irq_enter() and call
the bits in the tick code.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
include/linux/tick.h
kernel/softirq.c
kernel/time/tick-sched.c