ia64/xen-unstable
changeset 5567:a9eabb439f56
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>
fix tools compilation on x86_64 adding 2 fields that will be unused
Signed-off-by: Vincent Hanquez <vincent@xensource.com>
author | vh249@arcadians.cl.cam.ac.uk |
---|---|
date | Thu Jun 23 21:35:50 2005 +0000 (2005-06-23) |
parents | d23f547a023e |
children | ef4c824e3720 |
files | xen/include/public/arch-x86_64.h |
line diff
1.1 --- a/xen/include/public/arch-x86_64.h Thu Jun 23 12:33:22 2005 +0000 1.2 +++ b/xen/include/public/arch-x86_64.h Thu Jun 23 21:35:50 2005 +0000 1.3 @@ -187,6 +187,8 @@ typedef struct vcpu_guest_context { 1.4 unsigned long gdt_frames[16], gdt_ents; /* GDT (machine frames, # ents) */ 1.5 unsigned long kernel_ss, kernel_sp; /* Virtual TSS (only SS1/SP1) */ 1.6 unsigned long pt_base; /* CR3 (pagetable base) */ 1.7 + unsigned long cr0; /* CR0 */ 1.8 + unsigned long cr4; /* CR4 */ 1.9 unsigned long debugreg[8]; /* DB0-DB7 (debug registers) */ 1.10 unsigned long event_callback_eip; 1.11 unsigned long failsafe_callback_eip;