commit | a2bf79e7dcc97b4e9654f273453f9264f49e41ff | [log] [tgz] |
---|---|---|
author | Tejun Heo <[email protected]> | Thu Dec 08 10:22:09 2011 -0800 |
committer | Tejun Heo <[email protected]> | Thu Dec 08 10:22:09 2011 -0800 |
tree | 8510184d6fe5915801690153342cc420b25cfff9 | |
parent | ff38df377cfd23472fc0de63108781ad2388efbf [diff] |
score: Use HAVE_MEMBLOCK_NODE_MAP score used early_node_map[] just to prime free_area_init_nodes(). Now memblock can be used for the same purpose and early_node_map[] is scheduled to be dropped. Use memblock instead. Signed-off-by: Tejun Heo <[email protected]> Cc: Benjamin Herrenschmidt <[email protected]> Cc: Yinghai Lu <[email protected]> Cc: Chen Liqin <[email protected]> Cc: Lennox Wu <[email protected]>