x86, uv: fix ordering of calls to uv_system_init & uv_cpu_init
authorJack Steiner <steiner@sgi.com>
Tue, 23 Sep 2008 13:42:05 +0000 (08:42 -0500)
committerIngo Molnar <mingo@elte.hu>
Thu, 16 Oct 2008 14:53:11 +0000 (16:53 +0200)
commit8da077d6f31da291ee3a7dd559671cb8ca48cbe2
treeda3ea11ad6cd877b492317559fd2ae2a7de813f9
parent5ffa4eb2224343ec3fbd492ffe71e28e797435b7
x86, uv: fix ordering of calls to uv_system_init & uv_cpu_init

Fix problem caused by reordering of the calls to uv_cpu_init() &
uv_system_init. Originally, uv_cpu_init() was called AFTER uv_system_init.
This order was recently broken as a side-effect of other patches.

With this patch, initialization of cpu 0 is now done by the system_init
call.

Signed-off-by: Jack Steiner <steiner@sgi.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/kernel/genx2apic_uv_x.c