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] Fix bug #68: x86_64 build break - `pgd_cache' undeclared

To: xen-changelog@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-changelog] Fix bug #68: x86_64 build break - `pgd_cache' undeclared
From: BitKeeper Bot <riel@xxxxxxxxxxx>
Date: Thu, 02 Jun 2005 13:56:30 +0000
Delivery-date: Thu, 02 Jun 2005 14:02:08 +0000
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/cgi-bin/mailman/listinfo/xen-changelog>, <mailto:xen-changelog-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-changelog>, <mailto:xen-changelog-request@lists.xensource.com?subject=unsubscribe>
Reply-to: Xen Development List <xen-devel@xxxxxxxxxxxxxxxxxxx>
Sender: xen-changelog-bounces@xxxxxxxxxxxxxxxxxxx
ChangeSet 1.1637.1.1, 2005/06/02 14:56:30+01:00, cl349@xxxxxxxxxxxxxxxxxxxx

        Fix bug #68: x86_64 build break - `pgd_cache' undeclared
        http://bugzilla.xensource.com/cgi-bin/bugzilla/show_bug.cgi?id=68       
        
        reboot.c:
          Fix x86_64 build.
        Signed-off-by: Christian Limpach <Christian.Limpach@xxxxxxxxxxxx>



 reboot.c |    2 ++
 1 files changed, 2 insertions(+)


diff -Nru a/linux-2.6.11-xen-sparse/arch/xen/kernel/reboot.c 
b/linux-2.6.11-xen-sparse/arch/xen/kernel/reboot.c
--- a/linux-2.6.11-xen-sparse/arch/xen/kernel/reboot.c  2005-06-02 10:03:00 
-04:00
+++ b/linux-2.6.11-xen-sparse/arch/xen/kernel/reboot.c  2005-06-02 10:03:00 
-04:00
@@ -103,8 +103,10 @@
 
     __cli();
 
+#ifdef __i386__
     mm_pin_all();
     kmem_cache_shrink(pgd_cache);
+#endif
 
     netif_suspend();
 

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

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-changelog] Fix bug #68: x86_64 build break - `pgd_cache' undeclared, BitKeeper Bot <=