[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] Minor comment fix.
# HG changeset patch # User kaf24@xxxxxxxxxxxxxxxxxxxx # Node ID 7e72a5f6f88677ac515d02f4fb0161bc47b2a9f8 # Parent 1d42739fee3b3af5d8702bd4bb77f6816faf094e Minor comment fix. Signed-off-by: Keir Fraser <keir@xxxxxxxxxxxxx> diff -r 1d42739fee3b -r 7e72a5f6f886 xen/arch/x86/setup.c --- a/xen/arch/x86/setup.c Fri Apr 21 09:09:29 2006 +0100 +++ b/xen/arch/x86/setup.c Fri Apr 21 09:11:13 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
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |