From: Jeremy Fitzhardinge Date: Mon, 21 Jul 2008 23:49:54 +0000 (-0700) Subject: x86: call early_cpu_init at the same point X-Git-Tag: v2.6.27-rc1~517^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9e882c9282512cc622752f29ec7c29ce338fc1eb;p=pandora-kernel.git x86: call early_cpu_init at the same point Call early_cpu_init() at the same (early) point in setup_arch(). The x86_64 code was calling it relatively late, after when other arch code need to do cpu-related setup which depends on it. Signed-off-by: Jeremy Fitzhardinge Cc: Mark McLoughlin Cc: Eduardo Habkost Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed