From: Paul Mackerras Date: Thu, 29 Jun 2006 06:16:15 +0000 (+1000) Subject: [POWERPC] Correct the MAX_CONTEXT definition X-Git-Tag: v2.6.18-rc1~358^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1729dc7833014eaba3520091a673dbdc9242d9f9;p=pandora-kernel.git [POWERPC] Correct the MAX_CONTEXT definition When we increased the address space per process to 2^44 bytes, the number of contexts that we could actually use reduced, but we forgot to decrease the MAX_CONTEXT definition. (Fortunately this would only cause problems if we actually had more than 512k user processes running.) This patch corrects the definition. Signed-off-by: Paul Mackerras --- Reading git-diff-tree failed