ia64/xen-unstable
changeset 2945:48a6e020fddb
bitkeeper revision 1.1159.1.413 (4193a249kXUTE5R1UgTwkEmILa4LGA)
Update comments indicating offsets in struct vcpu_info.
Update comments indicating offsets in struct vcpu_info.
author | cl349@freefall.cl.cam.ac.uk |
---|---|
date | Thu Nov 11 17:32:57 2004 +0000 (2004-11-11) |
parents | 1f88cb43f263 |
children | 186962673207 |
files | xen/include/public/xen.h |
line diff
1.1 --- a/xen/include/public/xen.h Thu Nov 11 17:29:53 2004 +0000 1.2 +++ b/xen/include/public/xen.h Thu Nov 11 17:32:57 2004 +0000 1.3 @@ -288,8 +288,8 @@ typedef struct vcpu_info_st 1.4 u8 evtchn_upcall_pending; 1.5 u8 evtchn_upcall_mask; 1.6 u8 pad0, pad1; 1.7 - u32 evtchn_pending_sel; /* 132 */ 1.8 -} PACKED vcpu_info_t; 1.9 + u32 evtchn_pending_sel; /* 4 */ 1.10 +} PACKED vcpu_info_t; /* 8 */ 1.11 1.12 /* 1.13 * Xen/guestos shared data -- pointer provided in start_info.