Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 19756
b: refs/heads/master
c: a2ba82c
h: refs/heads/master
v: v3
  • Loading branch information
Kyle McMartin authored and Kyle McMartin committed Jan 30, 2006
1 parent 7ea3b17 commit 3f8b036
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 8 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: f671c45df23005692daa200aba768c642fb14ef2
refs/heads/master: a2ba82cd7de281721a875a73a5a5894882760fab
20 changes: 13 additions & 7 deletions trunk/arch/parisc/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -149,14 +149,20 @@ config HOTPLUG_CPU
default y if SMP
select HOTPLUG

config ARCH_SELECT_MEMORY_MODEL
def_bool y
depends on 64BIT

config ARCH_DISCONTIGMEM_ENABLE
bool "Discontiguous memory support (EXPERIMENTAL)"
depends on 64BIT && EXPERIMENTAL
help
Say Y to support efficient handling of discontiguous physical memory,
for architectures which are either NUMA (Non-Uniform Memory Access)
or have huge holes in the physical address space for other reasons.
See <file:Documentation/vm/numa> for more.
def_bool y
depends on 64BIT

config ARCH_FLATMEM_ENABLE
def_bool y

config ARCH_DISCONTIGMEM_DEFAULT
def_bool y
depends on ARCH_DISCONTIGMEM_ENABLE

source "kernel/Kconfig.hz"
source "mm/Kconfig"
Expand Down

0 comments on commit 3f8b036

Please sign in to comment.