git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2e532d6
)
NOHZ: unify the nohz function calls in irq_enter()
author
Thomas Gleixner
<tglx@linutronix.de>
Fri, 17 Oct 2008 07:59:47 +0000
(09:59 +0200)
committer
Thomas 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