[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] Fix "kernel direct mapping tables" printk.
# HG changeset patch # User cl349@xxxxxxxxxxxxxxxxxxxx # Node ID d3547993be94d8f9c2f98513630d5903062829e3 # Parent 2687e3fc5dd45eca23c24ff391f2c37c00c3fa5f Fix "kernel direct mapping tables" printk. Signed-off-by: Christian Limpach <Christian.Limpach@xxxxxxxxxxxx> diff -r 2687e3fc5dd4 -r d3547993be94 linux-2.6-xen-sparse/arch/x86_64/mm/init-xen.c --- a/linux-2.6-xen-sparse/arch/x86_64/mm/init-xen.c Mon Feb 6 15:32:23 2006 +++ b/linux-2.6-xen-sparse/arch/x86_64/mm/init-xen.c Mon Feb 6 15:41:26 2006 @@ -629,7 +629,7 @@ table_start = start_pfn; early_printk("kernel direct mapping tables up to %lx @ %lx-%lx\n", - __pa(end), table_start << PAGE_SHIFT, start_pfn << PAGE_SHIFT); + end, table_start << PAGE_SHIFT, start_pfn << PAGE_SHIFT); } /* Setup the direct mapping of the physical memory at PAGE_OFFSET. _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |