Skip to content

Commit d84b471

Browse files
Russell KingRussell King
authored andcommitted
[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>
1 parent 1b2e2b7 commit d84b471

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

arch/arm/mm/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ obj-$(CONFIG_CPU_CACHE_V6) += cache-v6.o
3333
obj-$(CONFIG_CPU_COPY_V3) += copypage-v3.o
3434
obj-$(CONFIG_CPU_COPY_V4WT) += copypage-v4wt.o
3535
obj-$(CONFIG_CPU_COPY_V4WB) += copypage-v4wb.o
36-
obj-$(CONFIG_CPU_COPY_V6) += copypage-v6.o mmu.o
36+
obj-$(CONFIG_CPU_COPY_V6) += copypage-v6.o context.o
3737
obj-$(CONFIG_CPU_SA1100) += copypage-v4mc.o
3838
obj-$(CONFIG_CPU_XSCALE) += copypage-xscale.o
3939
obj-$(CONFIG_CPU_XSC3) += copypage-xsc3.o

arch/arm/mm/mmu.c renamed to arch/arm/mm/context.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* linux/arch/arm/mm/mmu.c
2+
* linux/arch/arm/mm/context.c
33
*
44
* Copyright (C) 2002-2003 Deep Blue Solutions Ltd, all rights reserved.
55
*

0 commit comments

Comments
 (0)