]> git.baikalelectronics.ru Git - kernel.git/commit
x86: make c_idle.work have a static address.
authorGlauber Costa <gcosta@redhat.com>
Fri, 22 Feb 2008 15:09:29 +0000 (12:09 -0300)
committerIngo Molnar <mingo@elte.hu>
Tue, 26 Feb 2008 11:56:02 +0000 (12:56 +0100)
commitcd645373fcb9329ca281d449fa6cbd667a9a718f
treeee86e33d32ab0c24e85e4b8203938440eab25b2d
parent34257324e57b2f6584f37fcb1d6c6501496d45e4
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: Glauber Costa <gcosta@redhat.com>
Acked-by: Peter Zijlstra <pzijlstr@redhat.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/kernel/smpboot_64.c