]> git.baikalelectronics.ru Git - kernel.git/commit
[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)
commitcbd468678b549f0d91c5e5eadf729814e4fc4e6a
tree7ec15930b462387c6f740d9acb82c854c5cf7d87
parent97bdb3155b027ea9a80174d72a5a5811e3a54b3a
[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]