Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 27669
b: refs/heads/master
c: d8cb4e1
h: refs/heads/master
i:
  27667: a2972ef
v: v3
  • Loading branch information
Ralf Baechle committed Jun 19, 2006
1 parent 18046e8 commit b7e9826
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 18 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: 3e0ba410a5d5595c2b79ecbfb85fb2466b998680
refs/heads/master: d8cb4e119f9a97f87f69a179d855f5dfc5d578c2
23 changes: 23 additions & 0 deletions trunk/arch/mips/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -601,6 +601,7 @@ config SGI_IP27
select SYS_HAS_CPU_R10000
select SYS_SUPPORTS_64BIT_KERNEL
select SYS_SUPPORTS_BIG_ENDIAN
select SYS_SUPPORTS_NUMA
help
This are the SGI Origin 200, Origin 2000 and Onyx 2 Graphics
workstations. To compile a Linux kernel that runs on these, say Y
Expand Down Expand Up @@ -1631,6 +1632,28 @@ config ARCH_FLATMEM_ENABLE
def_bool y
depends on !NUMA

config ARCH_DISCONTIGMEM_ENABLE
bool
default y if SGI_IP27
help
Say Y to upport 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.

config NUMA
bool "NUMA Support"
depends on SYS_SUPPORTS_NUMA
help
Say Y to compile the kernel to support NUMA (Non-Uniform Memory
Access). This option improves performance on systems with more
than two nodes; on two node systems it is generally better to
leave it disabled; on single node systems disable this option
disabled.

config SYS_SUPPORTS_NUMA
bool

config NODES_SHIFT
int
default "6"
Expand Down
17 changes: 0 additions & 17 deletions trunk/arch/mips/sgi-ip27/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -13,23 +13,6 @@ config SGI_SN0_N_MODE
which allows for more memory. Your system is most probably
running in M-Mode, so you should say N here.

config ARCH_DISCONTIGMEM_ENABLE
bool
default y if SGI_IP27
help
Say Y to upport 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.

config NUMA
bool "NUMA Support"
depends on SGI_IP27
help
Say Y to compile the kernel to support NUMA (Non-Uniform Memory
Access). This option is for configuring high-end multiprocessor
server machines. If in doubt, say N.

config MAPPED_KERNEL
bool "Mapped kernel support"
depends on SGI_IP27
Expand Down

0 comments on commit b7e9826

Please sign in to comment.