Skip to content

Commit

Permalink
[ARM] Rename mm-armv.c to pgd.c
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Russell King authored and Russell King committed Sep 27, 2006
1 parent ae8f154 commit 0c66898
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion arch/arm/mm/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 1 addition & 3 deletions arch/arm/mm/mm-armv.c → arch/arm/mm/pgd.c
Original file line number Diff line number Diff line change
@@ -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 <linux/mm.h>
#include <linux/highmem.h>
Expand Down

0 comments on commit 0c66898

Please sign in to comment.