From: Hidetoshi Seto Date: Mon, 16 Mar 2009 08:07:33 +0000 (+0900) Subject: x86, mce: remove incorrect __cpuinit for intel_init_cmci() X-Git-Tag: v2.6.30-rc1~211^2~21^4~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=514ec49a5f5146a6c0ade1a688787acf13617868;p=pandora-kernel.git x86, mce: remove incorrect __cpuinit for intel_init_cmci() Impact: Bug fix on UP Referring commit cc3ca22063784076bd240fda87217387a8f2ae92, Peter removed __cpuinit annotations for mce_cpu_features() and its successor functions, which caused troubles on UP configurations. However the intel_init_cmci() was introduced after that and it also has __cpuinit annotation even though it is called from mce_cpu_features(). Remove the annotation from that function too. Signed-off-by: Hidetoshi Seto Cc: H. Peter Anvin Cc: Andi Kleen Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed