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 formatting.

# HG changeset patch
# User smh22@xxxxxxxxxxxxxxxxxxxx
# Node ID bf09a8db5bb477b7c823021d8ac65dfc45b07a12
# Parent  486f4c9e1c22b64c33c4b83e7e675eecc83cde00
Fix formatting. 

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

diff -r 486f4c9e1c22 -r bf09a8db5bb4 tools/libxc/xc_linux_save.c
--- a/tools/libxc/xc_linux_save.c       Sat Nov 26 11:13:39 2005
+++ b/tools/libxc/xc_linux_save.c       Sat Nov 26 11:17:35 2005
@@ -457,14 +457,14 @@
             xen_start = (hvirt_start >> L2_PAGETABLE_SHIFT_PAE) & 0x1ff; 
     }
 
-       if (pt_levels == 4 && type == L4TAB) { 
-               /* 
+    if (pt_levels == 4 && type == L4TAB) { 
+        /*
         ** XXX SMH: should compute these from hvirt_start (which we have) 
-               ** and hvirt_end (which we don't) 
+        ** and hvirt_end (which we don't) 
         */
-               xen_start = 256; 
-               xen_end   = 272; 
-       }
+        xen_start = 256; 
+        xen_end   = 272; 
+    }
 
     /* Now iterate through the page table, canonicalizing each PTE */
     for (i = 0; i < pte_last; i++ ) {

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

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-changelog] Fix formatting., Xen patchbot -unstable <=