Skip to content
Commit 2b775a27 authored by Glauber Costa's avatar Glauber Costa Committed by Ingo Molnar
Browse files

x86: make c_idle.work have a static address.



Currently, c_idle is declared in the stack, and thus, have no static address.

Peter Zijlstra points out this simple solution, in which c_idle.work
is initializated separatedly. Note that the INIT_WORK macro has a static
declaration of a key inside.

Signed-off-by: default avatarGlauber Costa <gcosta@redhat.com>
Acked-by: default avatarPeter Zijlstra <pzijlstr@redhat.com>
Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
parent 1650743c
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