Files
ubports_kernel_google_msm/arch/powerpc/mm
Tejun Heo 6fbef13c4f powerpc: Cleanup memblock usage
* early_init_devtree(): Total memory size is aligned to PAGE_SIZE;
  however, alignment isn't enforced if memory_limit is explicitly
  specified.  Simplify the logic and always apply PAGE_SIZE alignment.

* MMU_init(): memblock regions is truncated by directly modifying
  memblock.memory.cnt.  This is incomplete (reserved array is not
  truncated) and unnecessarily low level hindering further memblock
  improvments.  Use memblock_enforce_memory_limit() instead.

* wii_memory_fixups(): Unnecessarily low level direct manipulation of
  memblock regions.  The same result can be achieved using properly
  abstracted operations.  Reimplement using memblock API.

Signed-off-by: Tejun Heo <tj@kernel.org>
Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Cc: Yinghai Lu <yinghai@kernel.org>
2011-12-08 10:22:07 -08:00
..
2010-10-27 18:03:05 -07:00
2011-12-08 10:22:07 -08:00
2011-09-20 09:19:40 +10:00
2011-11-08 14:51:46 +11:00
2010-01-15 13:20:08 +11:00
2011-11-28 09:46:22 -08:00
2011-05-19 14:30:43 +10:00
2011-09-20 09:19:40 +10:00
2011-09-20 09:19:40 +10:00