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 save/restore on 64-bit.

# HG changeset patch
# User smh22@xxxxxxxxxxxxxxxxxxxx
# Node ID de30faffd672dca15ed031f48f57f05c9f069223
# Parent  b3cb19d2b07faac10b5caf25827bd002b8ac9190
Fix save/restore on 64-bit. 

Signed-off-by: Steven Hand <steven@xxxxxxxxxxxxx>

diff -r b3cb19d2b07f -r de30faffd672 
linux-2.6-xen-sparse/drivers/xen/core/reboot.c
--- a/linux-2.6-xen-sparse/drivers/xen/core/reboot.c    Wed Mar 29 17:06:27 2006
+++ b/linux-2.6-xen-sparse/drivers/xen/core/reboot.c    Wed Mar 29 17:07:36 2006
@@ -114,8 +114,8 @@
 
 #ifdef __i386__
        kmem_cache_shrink(pgd_cache);
+#endif
        mm_pin_all();
-#endif
 
        __cli();
        preempt_enable();

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

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-changelog] Fix save/restore on 64-bit., Xen patchbot -unstable <=