Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 80494
b: refs/heads/master
c: b195bc0
h: refs/heads/master
v: v3
  • Loading branch information
Ingo Molnar committed Jan 30, 2008
1 parent 5cfbd6a commit b4d84f8
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 287 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 6050be70d8f7e3952fcc31fcf1fa8a7cbaa18312
refs/heads/master: b195bc00ef8c2ccf8cc744e5ff9470cb08b45d76
2 changes: 1 addition & 1 deletion trunk/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 trunk/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 trunk/arch/x86/mm/pageattr_64.c

This file was deleted.

0 comments on commit b4d84f8

Please sign in to comment.