Re: [PATCH] mm: allocate section_map for sparse_init

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Yinghai Lu
Date: Thursday, March 13, 2008 - 11:02 am

On Thu, Mar 13, 2008 at 4:19 AM, Mel Gorman <mel@csn.ul.ie> wrote:

free_bootmem will assume use bdata on NODE_DATA(0).

some cases: four nodes system: only have memory installed for node 1,
and node 3.
alloc_bootmem will loop to get bootmem from node1, because there is no
ram node0, and not NODE_DATA(0) ...

we may update free_bootmem to loop all bdata or all online nodes to
call free_bootmem_core...

YH
--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCH] mm: allocate section_map for sparse_init, Yinghai Lu, (Wed Mar 12, 10:51 am)
Re: [PATCH] mm: allocate section_map for sparse_init, Mel Gorman, (Thu Mar 13, 4:19 am)
Re: [PATCH] mm: allocate section_map for sparse_init, Yinghai Lu, (Thu Mar 13, 11:02 am)
Re: [PATCH] mm: allocate section_map for sparse_init, Mel Gorman, (Tue Mar 18, 2:41 am)
Re: [PATCH] mm: allocate section_map for sparse_init, Yinghai Lu, (Tue Mar 18, 10:57 am)