commit | ae8f154129e4d965771c2d6adbe36210b3913d72 | [log] [tgz] |
---|---|---|
author | Russell King <rmk@dyn-67.arm.linux.org.uk> | Wed Sep 27 15:38:34 2006 +0100 |
committer | Russell King <rmk+kernel@arm.linux.org.uk> | Wed Sep 27 15:38:34 2006 +0100 |
tree | a0ae19dfe29e7a2f3b9db1f081b643eafc71d221 | |
parent | d111e8f9644aa585c1a7e198d74a4d2682ef1374 [diff] |
[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>