mm: normalize internal argument passing of bootmem data
authorJohannes Weiner <[email protected]>
Thu, 24 Jul 2008 04:26:59 +0000 (21:26 -0700)
committerLinus Torvalds <[email protected]>
Thu, 24 Jul 2008 17:47:14 +0000 (10:47 -0700)
commit8ae04463077324ed9f6b04ab3a5b17ae1ee4dd35
tree2982394dd832fc105bddf759e007ba158a10c3ed
parent6b312c0e6e2f44b020e12953d1dd37eed60e3609
mm: normalize internal argument passing of bootmem data

All _core functions only need the bootmem data, not the whole node descriptor.
Adjust the two functions that take the node descriptor unneededly.

Signed-off-by: Johannes Weiner <[email protected]>
Cc: Ingo Molnar <[email protected]>
Cc: Yinghai Lu <[email protected]>
Cc: Christoph Lameter <[email protected]>
Cc: Mel Gorman <[email protected]>
Cc: Andy Whitcroft <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
mm/bootmem.c