Re: [PATCH 0/8] x86, mm: init_memory_mapping cleanup

2012-08-30 Thread Jacob Shin
On Thu, Aug 30, 2012 at 04:06:07PM -0700, Yinghai Lu wrote: > Only create mapping for E820_820 and E820_RESERVED_KERN. > > Also seperate find_early_page_table out with init_memory_mapping. > > Jacob Shin (3): > x86: if kernel .text .data .bss are not marked as E820_RAM, complain > and fix >

Re: [PATCH 0/8] x86, mm: init_memory_mapping cleanup

2012-08-30 Thread Yinghai Lu
On Thu, Aug 30, 2012 at 4:06 PM, Yinghai Lu wrote: > Only create mapping for E820_820 and E820_RESERVED_KERN. > > Also seperate find_early_page_table out with init_memory_mapping. > > Jacob Shin (3): > x86: if kernel .text .data .bss are not marked as E820_RAM, complain > and fix > x86: Fi

[PATCH 0/8] x86, mm: init_memory_mapping cleanup

2012-08-30 Thread Yinghai Lu
Only create mapping for E820_820 and E820_RESERVED_KERN. Also seperate find_early_page_table out with init_memory_mapping. Jacob Shin (3): x86: if kernel .text .data .bss are not marked as E820_RAM, complain and fix x86: Fixup code testing if a pfn is direct mapped x86: Only direct map