From: Jack Steiner Date: Tue, 23 Sep 2008 13:42:05 +0000 (-0500) Subject: x86, uv: fix ordering of calls to uv_system_init & uv_cpu_init X-Git-Tag: v2.6.28-rc1~80^2~33 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8da077d6f31da291ee3a7dd559671cb8ca48cbe2;p=pandora-kernel.git 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 Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed