From: Magnus Damm Date: Tue, 26 Sep 2006 08:52:36 +0000 (+0200) Subject: [PATCH] i386: mark cpu_dev structures as __cpuinitdata X-Git-Tag: v2.6.19-rc1~1077^2~84 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=95414930548871c6c92a5b0e607b12b81f3d84d8;p=pandora-kernel.git [PATCH] i386: mark cpu_dev structures as __cpuinitdata The different cpu_dev structures are all used from __cpuinit callers what I can tell. So mark them as __cpuinitdata instead of __initdata. I am a little bit unsure about arch/i386/common.c:default_cpu, especially when it comes to the purpose of this_cpu. Signed-off-by: Magnus Damm Signed-off-by: Andi Kleen --- Reading git-diff-tree failed