Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 245702
b: refs/heads/master
c: 7b2600f
h: refs/heads/master
v: v3
  • Loading branch information
Tejun Heo committed May 2, 2011
1 parent 95325aa commit 74926b6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 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: 1201e10a092adc9c88a6ce5f27740cc5cd0d26e5
refs/heads/master: 7b2600f8ee0536bb738f3387cf2c30e8e334e149
5 changes: 4 additions & 1 deletion trunk/arch/x86/mm/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,10 @@ obj-$(CONFIG_MMIOTRACE_TEST) += testmmiotrace.o

obj-$(CONFIG_NUMA) += numa.o numa_$(BITS).o
obj-$(CONFIG_AMD_NUMA) += amdtopology_64.o
obj-$(CONFIG_ACPI_NUMA) += srat_$(BITS).o
ifeq ($(CONFIG_ACPI_NUMA),y)
obj-$(CONFIG_X86_64) += srat.o
obj-$(CONFIG_X86_32) += srat_32.o
endif
obj-$(CONFIG_NUMA_EMU) += numa_emulation.o

obj-$(CONFIG_HAVE_MEMBLOCK) += memblock.o
Expand Down
File renamed without changes.

0 comments on commit 74926b6

Please sign in to comment.