search for: e820_print_map

Displaying 3 results from an estimated 3 matches for "e820_print_map".

2007 Apr 18
0
[RFC/PATCH PV_OPS X86_64 09/17] paravirt_ops - bios changes
...86_64/kernel/e820.c +++ clean-start/arch/x86_64/kernel/e820.c @@ -567,7 +567,7 @@ void __init setup_memory_region(void) if (copy_e820_map(E820_MAP, E820_MAP_NR) < 0) early_panic("Cannot find a valid memory map"); printk(KERN_INFO "BIOS-provided physical RAM map:\n"); - e820_print_map("BIOS-e820"); + e820_print_map(MAP_TYPE_STR); } static int __init parse_memopt(char *p) Index: clean-start/include/asm-x86_64/e820.h =================================================================== --- clean-start.orig/include/asm-x86_64/e820.h +++ clean-start/include/asm-x86_64/e8...
2007 Apr 18
0
[RFC/PATCH PV_OPS X86_64 09/17] paravirt_ops - bios changes
...86_64/kernel/e820.c +++ clean-start/arch/x86_64/kernel/e820.c @@ -567,7 +567,7 @@ void __init setup_memory_region(void) if (copy_e820_map(E820_MAP, E820_MAP_NR) < 0) early_panic("Cannot find a valid memory map"); printk(KERN_INFO "BIOS-provided physical RAM map:\n"); - e820_print_map("BIOS-e820"); + e820_print_map(MAP_TYPE_STR); } static int __init parse_memopt(char *p) Index: clean-start/include/asm-x86_64/e820.h =================================================================== --- clean-start.orig/include/asm-x86_64/e820.h +++ clean-start/include/asm-x86_64/e8...
2005 Jun 17
0
[PATCH] x86-64: IOMMU compilation
...x86_64/kernel/e820.c 2005-06-17 14:44:44.514174552 -0500 @@ -40,7 +40,6 @@ void __init add_memory_region(unsigned l e820.nr_map++; } -#if 0 extern char _end[]; /* @@ -506,7 +505,6 @@ void __init setup_memory_region(void) printk(KERN_INFO "BIOS-provided physical RAM map:\n"); e820_print_map(who); } -#endif extern unsigned long xen_override_max_pfn; _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel