From: Brian Gerst Date: Fri, 30 Jan 2009 08:47:53 +0000 (+0900) Subject: x86: pass in cpu number to switch_to_new_gdt() X-Git-Tag: v2.6.30-rc1~2^2~50^2~48^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=552be871e67ff577ed36beb2f53d078b42304739;p=pandora-kernel.git x86: pass in cpu number to switch_to_new_gdt() Impact: cleanup, prepare for xen boot fix. Xen needs to call this function very early to setup the GDT and per-cpu segments. Remove the call to smp_processor_id() and just pass in the cpu number. Signed-off-by: Brian Gerst Signed-off-by: Tejun Heo --- Reading git-diff-tree failed