[ARM] Move mmu.c out of the way
authorRussell King <rmk@dyn-67.arm.linux.org.uk>
Mon, 21 Aug 2006 18:23:38 +0000 (19:23 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Wed, 20 Sep 2006 13:58:35 +0000 (14:58 +0100)
commitd84b47115a04d9f6b0da777e8aa8cd930d5b6b8b
tree7ec15930b462387c6f740d9acb82c854c5cf7d87
parent1b2e2b73b4c84c918686c04a00724197036c0847
[ARM] Move mmu.c out of the way

Rename mmu.c to context.c - it's the ARMv6 ASID context handling
code rather than generic "mmu" handling code.

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
arch/arm/mm/Makefile
arch/arm/mm/context.c [new file with mode: 0644]
arch/arm/mm/mmu.c [deleted file]