From: Sylvain Munaut Date: Fri, 6 Jan 2006 08:11:34 +0000 (-0800) Subject: [PATCH] ppc32: Fix static IO mapping for Freescale MPC52xx X-Git-Tag: v2.6.16-rc1~936^2~226 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4aa7c80193c561e52c06351e0f521e697954a859;p=pandora-kernel.git [PATCH] ppc32: Fix static IO mapping for Freescale MPC52xx The current iomapping used MBAR_SIZE for the size argument of io_block_mapping, resulting in a call to setbat with a size argument of 64k which is invalid. This patch correct this and maps the whole 0xf0000000->0xffffffff range so that devices on the local bus are also included in the BAT mapping. Thanks to Bernhard Kuhn from Metrowerks for pointing this out. Signed-off-by: Sylvain Munaut Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed