From: Stefan Roese Date: Wed, 9 Jul 2008 15:09:23 +0000 (+1000) Subject: powerpc: Fix problems with 32bit PPC's running with >= 4GB of RAM X-Git-Tag: v2.6.27-rc1~1058^2~14^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2bf3016f89344d4cd8b2c96bbec2b642a2bde413;p=pandora-kernel.git powerpc: Fix problems with 32bit PPC's running with >= 4GB of RAM This patch enables 32bit PPC's (with 36bit physical address space, e.g. IBM/AMCC PPC44x) to run with >= 4GB of RAM. Mostly its just replacing types (unsigned long -> phys_addr_t). Tested on an AMCC Katmai with 4GB of DDR2. Signed-off-by: Stefan Roese Signed-off-by: Josh Boyer --- Reading git-diff-tree failed