From: Michael Ellerman Date: Tue, 4 Jul 2006 07:13:23 +0000 (+1000) Subject: [POWERPC] Fix mem= handling when the memory limit is > RMO size X-Git-Tag: v2.6.18-rc4~73^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=30f30e13055d1e018c70d2b1b3ff86f8c25c511b;p=pandora-kernel.git [POWERPC] Fix mem= handling when the memory limit is > RMO size There's a bug in my cleaned up mem= handling, if the memory limit is larger than the RMO size we'll erroneously enlarge the RMO size. Fix is to only change the RMO size if the memory limit is less than the current RMO value. Signed-off-by: Michael Ellerman Signed-off-by: Paul Mackerras --- Reading git-diff-tree failed