Re: [PATCH -v3 00/14] x86, mm: init_memory_mapping cleanup

2012-09-27 Thread Yinghai Lu
On Thu, Sep 13, 2012 at 8:00 AM, Jacob Shin wrote: > On Wed, Sep 05, 2012 at 03:08:15PM -0500, Jacob Shin wrote: >> On Tue, Sep 04, 2012 at 10:46:17PM -0700, Yinghai Lu wrote: >> > Only create mapping for E820_820 and E820_RESERVED_KERN. >> > >> > Seperate calculate_table_space_size and

Re: [PATCH -v3 00/14] x86, mm: init_memory_mapping cleanup

2012-09-27 Thread Yinghai Lu
On Thu, Sep 13, 2012 at 8:00 AM, Jacob Shin jacob.s...@amd.com wrote: On Wed, Sep 05, 2012 at 03:08:15PM -0500, Jacob Shin wrote: On Tue, Sep 04, 2012 at 10:46:17PM -0700, Yinghai Lu wrote: Only create mapping for E820_820 and E820_RESERVED_KERN. Seperate calculate_table_space_size and

Re: [PATCH -v3 00/14] x86, mm: init_memory_mapping cleanup

2012-09-13 Thread Jacob Shin
On Wed, Sep 05, 2012 at 03:08:15PM -0500, Jacob Shin wrote: > On Tue, Sep 04, 2012 at 10:46:17PM -0700, Yinghai Lu wrote: > > Only create mapping for E820_820 and E820_RESERVED_KERN. > > > > Seperate calculate_table_space_size and find_early_page_table out with > > init_memory_mapping. > > > >

Re: [PATCH -v3 00/14] x86, mm: init_memory_mapping cleanup

2012-09-13 Thread Jacob Shin
On Wed, Sep 05, 2012 at 03:08:15PM -0500, Jacob Shin wrote: On Tue, Sep 04, 2012 at 10:46:17PM -0700, Yinghai Lu wrote: Only create mapping for E820_820 and E820_RESERVED_KERN. Seperate calculate_table_space_size and find_early_page_table out with init_memory_mapping. For all

Re: [PATCH -v3 00/14] x86, mm: init_memory_mapping cleanup

2012-09-05 Thread Jacob Shin
On Tue, Sep 04, 2012 at 10:46:17PM -0700, Yinghai Lu wrote: > Only create mapping for E820_820 and E820_RESERVED_KERN. > > Seperate calculate_table_space_size and find_early_page_table out with > init_memory_mapping. > > For all ranges, will allocate page table one time, but init mapping > only

Re: [PATCH -v3 00/14] x86, mm: init_memory_mapping cleanup

2012-09-05 Thread Jacob Shin
On Tue, Sep 04, 2012 at 10:46:17PM -0700, Yinghai Lu wrote: Only create mapping for E820_820 and E820_RESERVED_KERN. Seperate calculate_table_space_size and find_early_page_table out with init_memory_mapping. For all ranges, will allocate page table one time, but init mapping only for

[PATCH -v3 00/14] x86, mm: init_memory_mapping cleanup

2012-09-04 Thread Yinghai Lu
Only create mapping for E820_820 and E820_RESERVED_KERN. Seperate calculate_table_space_size and find_early_page_table out with init_memory_mapping. For all ranges, will allocate page table one time, but init mapping only for E820 RAM and E820_RESERVED_KERN. Could be found at:

[PATCH -v3 00/14] x86, mm: init_memory_mapping cleanup

2012-09-04 Thread Yinghai Lu
Only create mapping for E820_820 and E820_RESERVED_KERN. Seperate calculate_table_space_size and find_early_page_table out with init_memory_mapping. For all ranges, will allocate page table one time, but init mapping only for E820 RAM and E820_RESERVED_KERN. Could be found at: