Skip to content
Commit 336f6c32 authored by Thomas Gleixner's avatar Thomas Gleixner
Browse files

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: default avatarThomas Gleixner <tglx@linutronix.de>
parent f3b8436a
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment