From: Jeremy Fitzhardinge Date: Fri, 30 Jan 2009 08:47:54 +0000 (+0900) Subject: xen: setup percpu data pointers X-Git-Tag: v2.6.30-rc1~2^2~50^2~48^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=795f99b61d20c34cb04d17d8906b32f745a635ec;p=pandora-kernel.git xen: setup percpu data pointers Impact: fix xen booting We need to access percpu data fairly early, so set up the percpu registers as soon as possible. We only need to load the appropriate segment register. We already have a GDT, but its hard to change it early because we need to manipulate the pagetable to do so, and that hasn't been set up yet. Signed-off-by: Jeremy Fitzhardinge Signed-off-by: Tejun Heo --- Reading git-diff-tree failed