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] Minor comment fix.

# HG changeset patch
# User kaf24@xxxxxxxxxxxxxxxxxxxx
# Node ID 42b8bed9bae4221c33e0255b8f0802a263d6618c
# Parent  8d3b30b420cac72bda794b324c228c602d505de5
Minor comment fix.

Signed-off-by: Keir Fraser <keir@xxxxxxxxxxxxx>

diff -r 8d3b30b420ca -r 42b8bed9bae4 xen/arch/x86/setup.c
--- a/xen/arch/x86/setup.c      Fri Apr 21 09:08:55 2006 +0100
+++ b/xen/arch/x86/setup.c      Fri Apr 21 09:11:54 2006 +0100
@@ -332,7 +332,7 @@ void __init __start_xen(multiboot_info_t
             unsigned long init_mapped = 1UL << (30 - PAGE_SHIFT); /* 1GB */
             start = PFN_UP(e820.map[i].addr);
             end   = PFN_DOWN(e820.map[i].addr + e820.map[i].size);
-            /* Clip the range to above 64MB. */
+            /* Clip the range to exclude what the bootstrapper initialised. */
             if ( end < init_mapped )
                 continue;
             if ( start < init_mapped )

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

<Prev in Thread] Current Thread [Next in Thread>