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:
f3b8436
)
debugobjects: add and use INIT_WORK_ON_STACK
author
Thomas Gleixner
<tglx@linutronix.de>
Thu, 22 Jan 2009 08:50:44 +0000
(09:50 +0100)
committer
Thomas Gleixner
<tglx@linutronix.de>
Thu, 22 Jan 2009 09:02:07 +0000
(10:02 +0100)
Impact: Fix debugobjects warning
debugobject enabled kernels spit out a warning in hpet code due to a
workqueue which is initialized on stack.
Add INIT_WORK_ON_STACK() which calls init_timer_on_stack() and use it
in hpet.
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
No differences found