commit | 336f6c322d87806ef93afad6308ac65083a865e5 | [log] [tgz] |
---|---|---|
author | Thomas Gleixner <tglx@linutronix.de> | Thu Jan 22 09:50:44 2009 +0100 |
committer | Thomas Gleixner <tglx@linutronix.de> | Thu Jan 22 10:02:07 2009 +0100 |
tree | 25726735e2a355556850dca27ce0b1413bf0e4f1 | |
parent | f3b8436ad9a8ad36b3c9fa1fe030c7f38e5d3d0b [diff] |
debugobjects: add and use INIT_WORK_ON_STACK 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>