From: Russell King Date: Wed, 27 Oct 2010 17:09:59 +0000 (+0100) Subject: ARM: fix memblock breakage X-Git-Tag: v2.6.37-rc1~23^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4e929d2bcf13eeaa9636448c55690b383a910391;p=pandora-kernel.git ARM: fix memblock breakage Will says: | Commit e63075a3 removed the explicit MEMBLOCK_REAL_LIMIT #define | and introduced the requirement that arch code calls | memblock_set_current_limit to ensure that the __va macro can | be used on physical addresses returned from memblock_alloc. Unfortunately, ARM was missed out of this change. Fix this. Reported-by: Will Deacon Signed-off-by: Russell King --- Reading git-diff-tree failed