|
|
|
|
|
|
|
|
|
|
xen-changelog
[Xen-changelog] fix tools compilation on x86_64 adding 2 fields that wil
ChangeSet 1.1744.1.1, 2005/06/23 22:35:50+01:00, vh249@xxxxxxxxxxxxxxxxxxxxxx
fix tools compilation on x86_64 adding 2 fields that will be unused
Signed-off-by: Vincent Hanquez <vincent@xxxxxxxxxxxxx>
arch-x86_64.h | 2 ++
1 files changed, 2 insertions(+)
diff -Nru a/xen/include/public/arch-x86_64.h b/xen/include/public/arch-x86_64.h
--- a/xen/include/public/arch-x86_64.h 2005-06-24 06:02:44 -04:00
+++ b/xen/include/public/arch-x86_64.h 2005-06-24 06:02:45 -04:00
@@ -187,6 +187,8 @@
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;
_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog
|
<Prev in Thread] |
Current Thread |
[Next in Thread> |
- [Xen-changelog] fix tools compilation on x86_64 adding 2 fields that will be unused,
BitKeeper Bot <=
|
|
|
|
|