[PATCH 09/12] ARM: unify MMU/!MMU addruart calls
From: arnd@arndb.de (Arnd Bergmann)
Date: 2014-12-03 10:54:10
Also in:
linux-devicetree, lkml
From: arnd@arndb.de (Arnd Bergmann)
Date: 2014-12-03 10:54:10
Also in:
linux-devicetree, lkml
On Wednesday 03 December 2014 01:12:08 Stefan Agner wrote:
Remove the needless differences between MMU/!MMU addruart calls. This allows to use the same addruart macro on SoC level. Useful for SoC consisting of multiple CPUs with and without MMU such as Freescale Vybrid. Signed-off-by: Stefan Agner <stefan@agner.ch>
I think I had the same patch somewhere hidden in my collection of stuff I need to submit one day. Looks good. Arnd