]> git.baikalelectronics.ru Git - kernel.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)
commit4adea4233d004ebd2a0322bcdc75187eecc4ba78
tree29ddc6a79876b64ec660ec714fd7447e3fcee04e
parentf542b5d180d0a1847d275f62ffbf37a319aab0ea
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