[ARM] mem_init() cleanups
authorNicolas Pitre <nico@cam.org>
Wed, 17 Sep 2008 18:50:42 +0000 (14:50 -0400)
committerGrazvydas Ignotas <notasas@gmail.com>
Wed, 15 Feb 2012 17:37:50 +0000 (19:37 +0200)
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>

No differences found