From d84b47115a04d9f6b0da777e8aa8cd930d5b6b8b Mon Sep 17 00:00:00 2001
From: Russell King <rmk@dyn-67.arm.linux.org.uk>
Date: Mon, 21 Aug 2006 19:23:38 +0100
Subject: [PATCH] [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             | 2 +-
 arch/arm/mm/{mmu.c => context.c} | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
 rename arch/arm/mm/{mmu.c => context.c} (97%)

diff --git a/arch/arm/mm/Makefile b/arch/arm/mm/Makefile
index 21a2770226ee41..1a1563f859af62 100644
--- a/arch/arm/mm/Makefile
+++ b/arch/arm/mm/Makefile
@@ -33,7 +33,7 @@ obj-$(CONFIG_CPU_CACHE_V6)	+= cache-v6.o
 obj-$(CONFIG_CPU_COPY_V3)	+= copypage-v3.o
 obj-$(CONFIG_CPU_COPY_V4WT)	+= copypage-v4wt.o
 obj-$(CONFIG_CPU_COPY_V4WB)	+= copypage-v4wb.o
-obj-$(CONFIG_CPU_COPY_V6)	+= copypage-v6.o mmu.o
+obj-$(CONFIG_CPU_COPY_V6)	+= copypage-v6.o context.o
 obj-$(CONFIG_CPU_SA1100)	+= copypage-v4mc.o
 obj-$(CONFIG_CPU_XSCALE)	+= copypage-xscale.o
 obj-$(CONFIG_CPU_XSC3)		+= copypage-xsc3.o
diff --git a/arch/arm/mm/mmu.c b/arch/arm/mm/context.c
similarity index 97%
rename from arch/arm/mm/mmu.c
rename to arch/arm/mm/context.c
index 0d90227a0a32e0..79e80020242402 100644
--- a/arch/arm/mm/mmu.c
+++ b/arch/arm/mm/context.c
@@ -1,5 +1,5 @@
 /*
- *  linux/arch/arm/mm/mmu.c
+ *  linux/arch/arm/mm/context.c
  *
  *  Copyright (C) 2002-2003 Deep Blue Solutions Ltd, all rights reserved.
  *
-- 
GitLab