xen: clean up x86-64 warnings
authorJeremy Fitzhardinge <jeremy@goop.org>
Thu, 2 Oct 2008 23:41:31 +0000 (16:41 -0700)
committerIngo Molnar <mingo@elte.hu>
Fri, 3 Oct 2008 08:04:10 +0000 (10:04 +0200)
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 <jeremy.fitzhardinge@citrix.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>

No differences found