From: Thomas Gleixner Date: Thu, 22 Jan 2009 08:50:44 +0000 (+0100) Subject: debugobjects: add and use INIT_WORK_ON_STACK X-Git-Tag: v2.6.29-rc3~40^2^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=336f6c322d87806ef93afad6308ac65083a865e5;p=pandora-kernel.git 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 --- Reading git-diff-tree failed