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)
commit719254faa17ffedc87ba0fadb9b34e535c9758d5
tree6afe1e9f2175aa5394cf6e0fc7c84afef0be3e9b
parent2e532d68a2b3e2aa6b19731501222069735c741c
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