Re: [RFC 3/4] Seperate page initialization into a separate function.

2013-07-14 Thread Robin Holt
On Fri, Jul 12, 2013 at 08:06:52PM -0700, Yinghai Lu wrote: > On Thu, Jul 11, 2013 at 7:03 PM, Robin Holt wrote: > > Currently, memmap_init_zone() has all the smarts for initializing a > > single page. When we convert to initializing pages in a 2MiB chunk, > > we will need to do this equivalent

Re: [RFC 3/4] Seperate page initialization into a separate function.

2013-07-14 Thread Robin Holt
On Fri, Jul 12, 2013 at 08:06:52PM -0700, Yinghai Lu wrote: On Thu, Jul 11, 2013 at 7:03 PM, Robin Holt h...@sgi.com wrote: Currently, memmap_init_zone() has all the smarts for initializing a single page. When we convert to initializing pages in a 2MiB chunk, we will need to do this

Re: [RFC 3/4] Seperate page initialization into a separate function.

2013-07-12 Thread Yinghai Lu
On Thu, Jul 11, 2013 at 7:03 PM, Robin Holt wrote: > Currently, memmap_init_zone() has all the smarts for initializing a > single page. When we convert to initializing pages in a 2MiB chunk, > we will need to do this equivalent work from two separate places > so we are breaking out a helper

Re: [RFC 3/4] Seperate page initialization into a separate function.

2013-07-12 Thread Yinghai Lu
On Thu, Jul 11, 2013 at 7:03 PM, Robin Holt h...@sgi.com wrote: Currently, memmap_init_zone() has all the smarts for initializing a single page. When we convert to initializing pages in a 2MiB chunk, we will need to do this equivalent work from two separate places so we are breaking out a

[RFC 3/4] Seperate page initialization into a separate function.

2013-07-11 Thread Robin Holt
Currently, memmap_init_zone() has all the smarts for initializing a single page. When we convert to initializing pages in a 2MiB chunk, we will need to do this equivalent work from two separate places so we are breaking out a helper function. Signed-off-by: Robin Holt Signed-off-by: Nate Zimmer

[RFC 3/4] Seperate page initialization into a separate function.

2013-07-11 Thread Robin Holt
Currently, memmap_init_zone() has all the smarts for initializing a single page. When we convert to initializing pages in a 2MiB chunk, we will need to do this equivalent work from two separate places so we are breaking out a helper function. Signed-off-by: Robin Holt h...@sgi.com Signed-off-by: