commit | 0c668984ddff94f800b37f244d7b21074b04b971 | [log] [tgz] |
---|---|---|
author | Russell King <rmk@dyn-67.arm.linux.org.uk> | Wed Sep 27 15:40:28 2006 +0100 |
committer | Russell King <rmk+kernel@arm.linux.org.uk> | Wed Sep 27 15:40:28 2006 +0100 |
tree | ea5986742ada97cc21b0341daf2b6cf34c14c60a | |
parent | ae8f154129e4d965771c2d6adbe36210b3913d72 [diff] [blame] |
[ARM] Rename mm-armv.c to pgd.c 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>
diff --git a/arch/arm/mm/Makefile b/arch/arm/mm/Makefile index cabaa3b..2d0ab19 100644 --- a/arch/arm/mm/Makefile +++ b/arch/arm/mm/Makefile
@@ -6,7 +6,7 @@ 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