commit | f5ea64dcbad89875d130596df14c9b25d994a737 | [log] [tgz] |
---|---|---|
author | David Gibson <david@gibson.dropbear.id.au> | Sun Oct 12 17:54:24 2008 +0000 |
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Tue Oct 14 10:35:27 2008 +1100 |
tree | 03bde08104ea5c29edcaafc11576eb5594a7426c | |
parent | cd301c7ba4bbb5a0ee6ebf13eb4a304f29b13847 [diff] |
powerpc: Get USE_STRICT_MM_TYPECHECKS working again The typesafe version of the powerpc pagetable handling (with USE_STRICT_MM_TYPECHECKS defined) has bitrotted again. This patch makes a bunch of small fixes to get it back to building status. It's still not enabled by default as gcc still generates worse code with it for some reason. Signed-off-by: David Gibson <david@gibson.dropbear.id.au> Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>