aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorvh249@arcadians.cl.cam.ac.uk <vh249@arcadians.cl.cam.ac.uk>2005-06-23 21:35:50 +0000
committervh249@arcadians.cl.cam.ac.uk <vh249@arcadians.cl.cam.ac.uk>2005-06-23 21:35:50 +0000
commit77ae22ada6756af35a40a3e75654fb4d076784ca (patch)
treedfa327957a302db2d669bec8d5b21cd803626927
parentd9b482137c6bd9f2dd52cec1b52c3debefe83cb1 (diff)
downloadxen-77ae22ada6756af35a40a3e75654fb4d076784ca.tar.gz
xen-77ae22ada6756af35a40a3e75654fb4d076784ca.tar.bz2
xen-77ae22ada6756af35a40a3e75654fb4d076784ca.zip
bitkeeper revision 1.1744.1.1 (42bb2b36zVlhMosXY3bEaiG-q9siMg)
fix tools compilation on x86_64 adding 2 fields that will be unused Signed-off-by: Vincent Hanquez <vincent@xensource.com>
-rw-r--r--xen/include/public/arch-x86_64.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/xen/include/public/arch-x86_64.h b/xen/include/public/arch-x86_64.h
index 634c53a34e..f6f73d2f75 100644
--- a/xen/include/public/arch-x86_64.h
+++ b/xen/include/public/arch-x86_64.h
@@ -187,6 +187,8 @@ typedef struct vcpu_guest_context {
unsigned long gdt_frames[16], gdt_ents; /* GDT (machine frames, # ents) */
unsigned long kernel_ss, kernel_sp; /* Virtual TSS (only SS1/SP1) */
unsigned long pt_base; /* CR3 (pagetable base) */
+ unsigned long cr0; /* CR0 */
+ unsigned long cr4; /* CR4 */
unsigned long debugreg[8]; /* DB0-DB7 (debug registers) */
unsigned long event_callback_eip;
unsigned long failsafe_callback_eip;