WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-changelog

[Xen-changelog] [linux-2.6.18-xen] x86_64: Build fixes.

To: xen-changelog@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-changelog] [linux-2.6.18-xen] x86_64: Build fixes.
From: "Xen patchbot-linux-2.6.18-xen" <patchbot-linux-2.6.18-xen@xxxxxxxxxxxxxxxxxxx>
Date: Sun, 10 Aug 2008 10:10:08 -0700
Delivery-date: Sun, 10 Aug 2008 10:09:52 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-changelog-request@lists.xensource.com?subject=help>
List-id: BK change log <xen-changelog.lists.xensource.com>
List-post: <mailto:xen-changelog@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-changelog>, <mailto:xen-changelog-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-changelog>, <mailto:xen-changelog-request@lists.xensource.com?subject=unsubscribe>
Reply-to: xen-devel@xxxxxxxxxxxxxxxxxxx
Sender: xen-changelog-bounces@xxxxxxxxxxxxxxxxxxx
# HG changeset patch
# User Keir Fraser <keir.fraser@xxxxxxxxxx>
# Date 1218387909 -3600
# Node ID 56902bb0ce6dc021e291992543b86c4c81f36b83
# Parent  9c730ffb48f72451dc6ac79747bce8f03c9f9c84
x86_64: Build fixes.
Signed-off-by: Keir Fraser <keir.fraser@xxxxxxxxxx>
---
 arch/x86_64/kernel/e820-xen.c     |    1 +
 drivers/xen/core/machine_reboot.c |    3 ++-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff -r 9c730ffb48f7 -r 56902bb0ce6d arch/x86_64/kernel/e820-xen.c
--- a/arch/x86_64/kernel/e820-xen.c     Fri Aug 08 14:24:33 2008 +0100
+++ b/arch/x86_64/kernel/e820-xen.c     Sun Aug 10 18:05:09 2008 +0100
@@ -16,6 +16,7 @@
 #include <linux/string.h>
 #include <linux/kexec.h>
 #include <linux/module.h>
+#include <linux/mm.h>
 
 #include <asm/pgtable.h>
 #include <asm/page.h>
diff -r 9c730ffb48f7 -r 56902bb0ce6d drivers/xen/core/machine_reboot.c
--- a/drivers/xen/core/machine_reboot.c Fri Aug 08 14:24:33 2008 +0100
+++ b/drivers/xen/core/machine_reboot.c Sun Aug 10 18:05:09 2008 +0100
@@ -185,7 +185,8 @@ static int take_machine_down(void *_susp
                 * in fast-suspend mode as that implies a new enough Xen.
                 */
                if (!suspend->fast_suspend)
-                       
xen_new_user_pt(__pa(__user_pgd(current->active_mm->pgd));
+                       xen_new_user_pt(__pa(__user_pgd(
+                               current->active_mm->pgd)));
 #endif
        }
        time_resume();

_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-changelog] [linux-2.6.18-xen] x86_64: Build fixes., Xen patchbot-linux-2.6.18-xen <=