]> git.baikalelectronics.ru Git - kernel.git/commit
mm: normalize internal argument passing of bootmem data
authorJohannes Weiner <hannes@saeurebad.de>
Thu, 24 Jul 2008 04:26:59 +0000 (21:26 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 24 Jul 2008 17:47:14 +0000 (10:47 -0700)
commit6015f9abadff09f1fd649ae5ba81f2b07eee45f5
tree2982394dd832fc105bddf759e007ba158a10c3ed
parentd9269fb44a6f82dc5f51a353c746aa9fb81841ef
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 <hannes@saeurebad.de>
Cc: Ingo Molnar <mingo@elte.hu>
Cc: Yinghai Lu <yhlu.kernel@gmail.com>
Cc: Christoph Lameter <cl@linux-foundation.org>
Cc: Mel Gorman <mel@csn.ul.ie>
Cc: Andy Whitcroft <apw@shadowen.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
mm/bootmem.c