From: Jeremy Fitzhardinge Date: Thu, 2 Oct 2008 23:41:31 +0000 (-0700) Subject: xen: clean up x86-64 warnings X-Git-Tag: v2.6.28-rc1~699^2^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=db053b86f4b1ec790da2dafe2acb93be76288bb9;p=pandora-kernel.git xen: clean up x86-64 warnings There are a couple of Xen features which rely on directly accessing per-cpu data via a segment register, which is not yet available on x86-64. In the meantime, just disable direct access to the vcpu info structure; this leaves some of the code as dead, but it will come to life in time, and the warnings are suppressed. Signed-off-by: Jeremy Fitzhardinge Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed