]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
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)
commitdb053b86f4b1ec790da2dafe2acb93be76288bb9
tree95748320c09bbbe9b24434f4f023979bee0f9c11
parent08115ab4d98cb577a83971ebd57cdfbcc6f50b68
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 <jeremy.fitzhardinge@citrix.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/xen/enlighten.c
arch/x86/xen/xen-asm_64.S