]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] ppc32: MPC834x BCSR_SIZE too small for use in a BAT.
authorKumar Gala <galak@freescale.com>
Sat, 28 May 2005 22:52:14 +0000 (15:52 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Sat, 28 May 2005 23:46:16 +0000 (16:46 -0700)
commit60c9fa2cf55029a52c86e1926dff0c2d7a3006f9
treecc6880055f844103db6ce7436241be72c2d5974f
parent04bbdc7442c82aa4dd4112793a6ab47f548cda46
[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 <rvinson@mvista.com>
Signed-off-by: Kumar Gala <kumar.gala@freescale.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
arch/ppc/platforms/83xx/mpc834x_sys.c
arch/ppc/platforms/83xx/mpc834x_sys.h