diff --git a/arch/arm/mm/Makefile b/arch/arm/mm/Makefile index cabaa3b305488d166110ecb9c7d105481249ee28..2d0ab19db496cd310554c9213a348ff4f996508c 100644 --- a/arch/arm/mm/Makefile +++ b/arch/arm/mm/Makefile @@ -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 \ - mm-armv.o mmu.o + pgd.o mmu.o ifneq ($(CONFIG_MMU),y) obj-y += nommu.o diff --git a/arch/arm/mm/mm-armv.c b/arch/arm/mm/pgd.c similarity index 95% rename from arch/arm/mm/mm-armv.c rename to arch/arm/mm/pgd.c index a35d5f2ee4e0013c89af8cf6aa1f79b3bb3bd839..20c1b0df75f2c386c5966076e7784644f6e4845f 100644 --- a/arch/arm/mm/mm-armv.c +++ b/arch/arm/mm/pgd.c @@ -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. - * - * Page table sludge for ARM v3 and v4 processor architectures. */ #include #include