Re: [PATCH] Break out memory initialisation code from page_alloc.c to mem_init.c

2006-11-30 Thread Mel Gorman
On Wed, 29 Nov 2006, Andrew Morton wrote: On Wed, 29 Nov 2006 18:00:47 + [EMAIL PROTECTED] (Mel Gorman) wrote: page_alloc.c contains a large amount of memory initialisation code which obscures the purpose of the file. This patch breaks out the initialisation code into a separate file to ma

Re: [PATCH] Break out memory initialisation code from page_alloc.c to mem_init.c

2006-11-29 Thread Andrew Morton
On Wed, 29 Nov 2006 18:00:47 + [EMAIL PROTECTED] (Mel Gorman) wrote: > page_alloc.c contains a large amount of memory initialisation code which > obscures the purpose of the file. This patch breaks out the initialisation > code into a separate file to make page_alloc.c a bit easier to read. >