commit | db053b86f4b1ec790da2dafe2acb93be76288bb9 | [log] [tgz] |
---|---|---|
author | Jeremy Fitzhardinge <jeremy@goop.org> | Thu Oct 02 16:41:31 2008 -0700 |
committer | Ingo Molnar <mingo@elte.hu> | Fri Oct 03 10:04:10 2008 +0200 |
tree | 95748320c09bbbe9b24434f4f023979bee0f9c11 | |
parent | 08115ab4d98cb577a83971ebd57cdfbcc6f50b68 [diff] |
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>