commit | 9e882c9282512cc622752f29ec7c29ce338fc1eb | [log] [tgz] |
---|---|---|
author | Jeremy Fitzhardinge <jeremy@goop.org> | Mon Jul 21 16:49:54 2008 -0700 |
committer | Ingo Molnar <mingo@elte.hu> | Thu Jul 24 12:28:11 2008 +0200 |
tree | 29ddc6a79876b64ec660ec714fd7447e3fcee04e | |
parent | 338b9bb3adac0d2c5a1e180491d9b001d624c402 [diff] |
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>