Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 2871
b: refs/heads/master
c: 1035faf
h: refs/heads/master
i:
  2869: 4721f2c
  2867: 062f67c
  2863: 0aea3aa
v: v3
  • Loading branch information
Matt Tolentino authored and Linus Torvalds committed Jun 23, 2005
1 parent 8513815 commit 89671df
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 073326634bec2f36e165583d21fb0a9fad47ac0a
refs/heads/master: 1035faf1b19efb83d5626985240f52cd149dd39b
19 changes: 19 additions & 0 deletions trunk/arch/x86_64/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -274,8 +274,27 @@ config NUMA
bool
default n

config ARCH_DISCONTIGMEM_ENABLE
def_bool y
depends on NUMA

config ARCH_DISCONTIGMEM_DEFAULT
def_bool y
depends on NUMA

config ARCH_SPARSEMEM_ENABLE
def_bool y
depends on NUMA

config ARCH_FLATMEM_ENABLE
def_bool y
depends on !NUMA

source "mm/Kconfig"

config HAVE_ARCH_EARLY_PFN_TO_NID
def_bool y

config HAVE_DEC_LOCK
bool
depends on SMP
Expand Down

0 comments on commit 89671df

Please sign in to comment.