[ARM] Move rest of MMU setup code from mm-armv.c to mmu.c
authorRussell King <rmk@dyn-67.arm.linux.org.uk>
Wed, 27 Sep 2006 14:38:34 +0000 (15:38 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Wed, 27 Sep 2006 14:38:34 +0000 (15:38 +0100)
commitae8f154129e4d965771c2d6adbe36210b3913d72
treea0ae19dfe29e7a2f3b9db1f081b643eafc71d221
parentd111e8f9644aa585c1a7e198d74a4d2682ef1374
[ARM] Move rest of MMU setup code from mm-armv.c to mmu.c

If we're going to have mmu.c for code which is specific to the MMU
machines, we might as well move the other MMU initialisation
specific code from mm-armv.c into this new file.  This also allows
us to make some functions static.

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
arch/arm/mm/mm-armv.c
arch/arm/mm/mm.h
arch/arm/mm/mmu.c