From: Ed Swarthout Date: Fri, 21 Sep 2007 02:53:02 +0000 (+1000) Subject: [POWERPC] Add memory regions to the kcore list for 32-bit machines X-Git-Tag: v2.6.24-rc1~1450^2~165 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=df174e3be88d4352bfcfe20d11adc671d2961c79;p=pandora-kernel.git [POWERPC] Add memory regions to the kcore list for 32-bit machines The entries are only 32-bit, so restrict the virtual address to stay below 0xffff_ffff. With KERNELBASE set to 0xc000_0000, this in effect restricts access to the first 1GB of real memory. Make setup_kcore conditional on CONFIG_PROC_KCORE for both 32/64. Signed-off-by: Ed Swarthout Signed-off-by: Paul Mackerras --- Reading git-diff-tree failed