From: Kumar Gala Date: Sat, 28 May 2005 22:52:14 +0000 (-0700) Subject: [PATCH] ppc32: MPC834x BCSR_SIZE too small for use in a BAT. X-Git-Tag: v2.6.12-rc6~95 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ff945023c6a455679165b14d298316e262ceeb1f;p=pandora-kernel.git [PATCH] ppc32: MPC834x BCSR_SIZE too small for use in a BAT. The call to io_block_mapping was creating an invalid BAT entry because the value of BCSR_SIZE (32K) is too small to be used in a BAT (128K min). This change removes the io_block_mapping call since these registers can easily be mapped using ioremap at the point of use. Signed-off-by: Randy Vinson Signed-off-by: Kumar Gala Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed