commit | 6db015e49c03d42247d2a985475b833635406a4f | [log] [tgz] |
---|---|---|
author | Nicolas Pitre <nico@cam.org> | Wed Sep 17 14:50:42 2008 -0400 |
committer | Russell King <rmk+kernel@arm.linux.org.uk> | Fri Nov 28 15:36:46 2008 +0000 |
tree | 933168a174d2294fa5e89a4eb60be77e01194bcd | |
parent | a1bbaec0cd2a59d4bb09b72e4541a8a12e480d5d [diff] |
[ARM] mem_init() cleanups Make free_area() arguments pfn based, and return number of freed pages. This will simplify highmem initialization later. Also, codepages, datapages and initpages are actually codesize, datasize and initsize. Signed-off-by: Nicolas Pitre <nico@marvell.com> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>