Skip to content

Commit

Permalink
x86: unify pageattr_32.c and pageattr_64.c
Browse files Browse the repository at this point in the history
unify the now perfectly identical pageattr_32/64.c files - no code changed.

Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
  • Loading branch information
Ingo Molnar committed Jan 30, 2008
1 parent 6050be7 commit b195bc0
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 286 deletions.
2 changes: 1 addition & 1 deletion arch/x86/mm/Makefile_32
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Makefile for the linux i386-specific parts of the memory manager.
#

obj-y := init_32.o pgtable_32.o fault_32.o ioremap_32.o extable.o pageattr_32.o mmap.o
obj-y := init_32.o pgtable_32.o fault_32.o ioremap_32.o extable.o pageattr.o mmap.o

obj-$(CONFIG_CPA_DEBUG) += pageattr-test.o
obj-$(CONFIG_NUMA) += discontig_32.o
Expand Down
2 changes: 1 addition & 1 deletion arch/x86/mm/Makefile_64
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Makefile for the linux x86_64-specific parts of the memory manager.
#

obj-y := init_64.o fault_64.o ioremap_64.o extable.o pageattr_64.o mmap.o
obj-y := init_64.o fault_64.o ioremap_64.o extable.o pageattr.o mmap.o
obj-$(CONFIG_HUGETLB_PAGE) += hugetlbpage.o
obj-$(CONFIG_NUMA) += numa_64.o
obj-$(CONFIG_K8_NUMA) += k8topology_64.o
Expand Down
File renamed without changes.
284 changes: 0 additions & 284 deletions arch/x86/mm/pageattr_64.c

This file was deleted.

0 comments on commit b195bc0

Please sign in to comment.