]> rtime.felk.cvut.cz Git - linux-imx.git/commit
ARM: mmu: Call debug_ll_io_init if no map_io function is specified
authorMaxime Ripard <maxime.ripard@free-electrons.com>
Thu, 18 Apr 2013 19:52:23 +0000 (21:52 +0200)
committerMaxime Ripard <maxime.ripard@free-electrons.com>
Fri, 24 May 2013 08:22:26 +0000 (10:22 +0200)
commitbc37324e820e4a23a0bccef79ae797ce4d939c4f
treeb5fae49e2589bf72fa6e4102b5a6040d7a06f1eb
parent4adfe48492efd0ee8c3ff672b889c9c5101a0834
ARM: mmu: Call debug_ll_io_init if no map_io function is specified

More and more sub-architectures are using only the debug_ll_io_init
function as the map_io function. Make the core code call this function
if no function is specified in the machine description to remove some
boilerplate code.

Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Acked-by: Rob Herring <rob.herring@calxeda.com>
Acked-by: Arnd Bergmann <arnd@arndb.de>
arch/arm/mm/mmu.c