Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 65561
b: refs/heads/master
c: ad757b6
h: refs/heads/master
i:
  65559: accdc32
v: v3
  • Loading branch information
Thomas Gleixner committed Oct 11, 2007
1 parent 3b3c875 commit 4aea8f8
Show file tree
Hide file tree
Showing 17 changed files with 5 additions and 5 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: 96ae6ea0be1b902c28b3b463c27da42b41e2b63a
refs/heads/master: ad757b6aa5801b81dec609d87753604a06313c53
2 changes: 1 addition & 1 deletion trunk/arch/i386/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ head-y := arch/i386/kernel/head_32.o arch/i386/kernel/init_task_32.o

libs-y += arch/x86/lib/
core-y += arch/i386/kernel/ \
arch/i386/mm/ \
arch/x86/mm/ \
$(mcore-y)/ \
arch/x86/crypto/
drivers-$(CONFIG_MATH_EMULATION) += arch/x86/math-emu/
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/i386/mm/Makefile → trunk/arch/x86/mm/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ifeq ($(CONFIG_X86_32),y)
include ${srctree}/arch/i386/mm/Makefile_32
include ${srctree}/arch/x86/mm/Makefile_32
else
include ${srctree}/arch/x86_64/mm/Makefile_64
endif
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion trunk/arch/x86_64/mm/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ifeq ($(CONFIG_X86_32),y)
include ${srctree}/arch/i386/mm/Makefile_32
include ${srctree}/arch/x86/mm/Makefile_32
else
include ${srctree}/arch/x86_64/mm/Makefile_64
endif
2 changes: 1 addition & 1 deletion trunk/arch/x86_64/mm/Makefile_64
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ obj-$(CONFIG_NUMA) += numa_64.o
obj-$(CONFIG_K8_NUMA) += k8topology_64.o
obj-$(CONFIG_ACPI_NUMA) += srat_64.o

hugetlbpage-y = ../../i386/mm/hugetlbpage.o
hugetlbpage-y = ../../x86/mm/hugetlbpage.o

0 comments on commit 4aea8f8

Please sign in to comment.