From: Andi Kleen Date: Tue, 26 Sep 2006 08:52:40 +0000 (+0200) Subject: [PATCH] Mark per cpu data initialization __initdata again X-Git-Tag: v2.6.19-rc1~1077^2~29 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b38337a624c4d3c2c3d9cdf27d952ca94181c6a8;p=pandora-kernel.git [PATCH] Mark per cpu data initialization __initdata again Before 2.6.16 this was changed to work around code that accessed CPUs not in the possible map. But that code should be all fixed now, so mark it __initdata again. Signed-off-by: Andi Kleen --- Reading git-diff-tree failed