All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] fix x86_64 build break
@ 2005-06-24  3:20 Xiaofeng Ling
  2005-06-24  9:41 ` Vincent Hanquez
  0 siblings, 1 reply; 2+ messages in thread
From: Xiaofeng Ling @ 2005-06-24  3:20 UTC (permalink / raw)
  To: xen-devel

x86_64 can not build on @1.1746 42badf41asjaKoYentyODb8CdFEydg

===== xen/include/public/arch-x86_64.h 1.42 vs edited =====
--- 1.42/xen/include/public/arch-x86_64.h       2005-06-17 03:10:47 +08:00
+++ edited/xen/include/public/arch-x86_64.h     2005-06-24 10:26:34 +08: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;

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] fix x86_64 build break
  2005-06-24  3:20 [PATCH] fix x86_64 build break Xiaofeng Ling
@ 2005-06-24  9:41 ` Vincent Hanquez
  0 siblings, 0 replies; 2+ messages in thread
From: Vincent Hanquez @ 2005-06-24  9:41 UTC (permalink / raw)
  To: Xiaofeng Ling; +Cc: xen-devel

On Fri, Jun 24, 2005 at 11:20:49AM +0800, Xiaofeng Ling wrote:
> x86_64 can not build on @1.1746 42badf41asjaKoYentyODb8CdFEydg

sorry I had the fix in my repository but forgot to push it.
it's fix now.

thanks,
-- 
Vincent Hanquez

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2005-06-24  9:41 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-06-24  3:20 [PATCH] fix x86_64 build break Xiaofeng Ling
2005-06-24  9:41 ` Vincent Hanquez

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.