All of lore.kernel.org
 help / color / mirror / Atom feed
From: Xiaofeng Ling <xiaofeng.ling@intel.com>
To: xen-devel <xen-devel@lists.xensource.com>
Subject: [PATCH] fix x86_64 build break
Date: Fri, 24 Jun 2005 11:20:49 +0800	[thread overview]
Message-ID: <42BB7C11.4010805@intel.com> (raw)

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;

             reply	other threads:[~2005-06-24  3:20 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-06-24  3:20 Xiaofeng Ling [this message]
2005-06-24  9:41 ` [PATCH] fix x86_64 build break Vincent Hanquez

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=42BB7C11.4010805@intel.com \
    --to=xiaofeng.ling@intel.com \
    --cc=xen-devel@lists.xensource.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.