From: Tejun Heo Date: Thu, 8 Dec 2011 18:22:07 +0000 (-0800) Subject: memblock: Reimplement memblock_enforce_memory_limit() using __memblock_remove() X-Git-Tag: v3.3-rc1~195^2^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c0ce8fef55896a2813a3d94e1b2d0e6d7fab6228;p=pandora-kernel.git memblock: Reimplement memblock_enforce_memory_limit() using __memblock_remove() With recent updates, the basic memblock operations are robust enough that there's no reason for memblock_enfore_memory_limit() to directly manipulate memblock region arrays. Reimplement it using __memblock_remove(). Signed-off-by: Tejun Heo Cc: Benjamin Herrenschmidt Cc: Yinghai Lu --- Reading git-diff-tree failed