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)
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>

No differences found