From: David Gibson Date: Mon, 30 Apr 2007 05:37:06 +0000 (+1000) Subject: [POWERPC] Fix STRICT_MM_TYPECHECKS X-Git-Tag: v2.6.22-rc1~358^2~62 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=69d48b409cac747cc0707b05b769e38488a6ad35;p=pandora-kernel.git [POWERPC] Fix STRICT_MM_TYPECHECKS Since we don't have it active by default, the STRICT_MM_TYPECHECKS option has bitrotted again. This patch fixes a couple of simple build fixes if the option is selected. First, pud_t mustn't be defined in page.h on 32-bit systems, because it conflicts with the version in the generic pud-folding code. Second, pci_32.c is missing a __pgprot() wrapper call. Third, a couple of PS3 files use constants of type pgprot_t when they need the raw values, we add pgprot_val() calls to fix this. Signed-off-by: David Gibson Signed-off-by: Paul Mackerras --- Reading git-diff-tree failed