[ARM] Rename mm-armv.c to pgd.c
authorRussell King <rmk@dyn-67.arm.linux.org.uk>
Wed, 27 Sep 2006 14:40:28 +0000 (15:40 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Wed, 27 Sep 2006 14:40:28 +0000 (15:40 +0100)
mm-armv.c now only contains the pgd allocation/freeing code, so
rename it to have a more sensible filename.

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
arch/arm/mm/Makefile
arch/arm/mm/pgd.c [moved from arch/arm/mm/mm-armv.c with 95% similarity]

index cabaa3b..2d0ab19 100644 (file)
@@ -6,7 +6,7 @@ obj-y                           := consistent.o extable.o fault.o init.o \
                                   iomap.o
 
 obj-$(CONFIG_MMU)              += fault-armv.o flush.o ioremap.o mmap.o \
                                   iomap.o
 
 obj-$(CONFIG_MMU)              += fault-armv.o flush.o ioremap.o mmap.o \
-                                  mm-armv.o mmu.o
+                                  pgd.o mmu.o
 
 ifneq ($(CONFIG_MMU),y)
 obj-y                          += nommu.o
 
 ifneq ($(CONFIG_MMU),y)
 obj-y                          += nommu.o
similarity index 95%
rename from arch/arm/mm/mm-armv.c
rename to arch/arm/mm/pgd.c
index a35d5f2..20c1b0d 100644 (file)
@@ -1,13 +1,11 @@
 /*
 /*
- *  linux/arch/arm/mm/mm-armv.c
+ *  linux/arch/arm/mm/pgd.c
  *
  *  Copyright (C) 1998-2005 Russell King
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License version 2 as
  * published by the Free Software Foundation.
  *
  *  Copyright (C) 1998-2005 Russell King
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License version 2 as
  * published by the Free Software Foundation.
- *
- *  Page table sludge for ARM v3 and v4 processor architectures.
  */
 #include <linux/mm.h>
 #include <linux/highmem.h>
  */
 #include <linux/mm.h>
 #include <linux/highmem.h>