From: Glauber Costa Date: Fri, 22 Feb 2008 15:09:29 +0000 (-0300) Subject: x86: make c_idle.work have a static address. X-Git-Tag: v2.6.25-rc4~159^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2b775a27c0d9fdf8078d5b31e1e27411e5bf2a91;p=pandora-kernel.git 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 Acked-by: Peter Zijlstra Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed