]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
x86: call early_cpu_init at the same point
authorJeremy Fitzhardinge <jeremy@goop.org>
Mon, 21 Jul 2008 23:49:54 +0000 (16:49 -0700)
committerIngo Molnar <mingo@elte.hu>
Thu, 24 Jul 2008 10:28:11 +0000 (12:28 +0200)
commit9e882c9282512cc622752f29ec7c29ce338fc1eb
tree29ddc6a79876b64ec660ec714fd7447e3fcee04e
parent338b9bb3adac0d2c5a1e180491d9b001d624c402
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 <jeremy.fitzhardinge@citrix.com>
Cc: Mark McLoughlin <markmc@redhat.com>
Cc: Eduardo Habkost <ehabkost@redhat.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/kernel/setup.c