From: Becky Bruce Date: Fri, 8 May 2009 12:19:27 +0000 (+0000) Subject: powerpc: Allow mem=x cmdline to work with 4G+ X-Git-Tag: linux-omap-v2.6.30-rc6~10^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=49a849652513235a244dfbf5e58c54f796bd1148;p=pandora-kernel.git powerpc: Allow mem=x cmdline to work with 4G+ We're currently choking on mem=4g (and above) due to memory_limit being specified as an unsigned long. Make memory_limit phys_addr_t to fix this. Signed-off-by: Becky Bruce Signed-off-by: Benjamin Herrenschmidt --- Reading git-diff-tree failed