blob: 4b7c3c6751744f210a48d44fa1dccd653e7baf3b [file] [log] [blame]
Ralf Baechleae6aafe2005-02-06 21:55:49 +00001#config SGI_SN0_XXL
2# bool "IP27 XXL"
3# depends on SGI_IP27
4# This options adds support for userspace processes upto 16TB size.
5# Normally the limit is just .5TB.
6
Ralf Baechleaa9772e2006-06-12 00:55:14 +01007config SGI_SN_N_MODE
Ralf Baechleae6aafe2005-02-06 21:55:49 +00008 bool "IP27 N-Mode"
9 depends on SGI_IP27
10 help
11 The nodes of Origin 200, Origin 2000 and Onyx 2 systems can be
12 configured in either N-Modes which allows for more nodes or M-Mode
13 which allows for more memory. Your system is most probably
14 running in M-Mode, so you should say N here.
15
Ralf Baechleae6aafe2005-02-06 21:55:49 +000016config MAPPED_KERNEL
17 bool "Mapped kernel support"
18 depends on SGI_IP27
19 help
20 Change the way a Linux kernel is loaded into memory on a MIPS64
21 machine. This is required in order to support text replication and
22 NUMA. If you need to understand it, read the source code.
23
24config REPLICATE_KTEXT
25 bool "Kernel text replication support"
26 depends on SGI_IP27
27 help
28 Say Y here to enable replicating the kernel text across multiple
29 nodes in a NUMA cluster. This trades memory for speed.
30
31config REPLICATE_EXHANDLERS
32 bool "Exception handler replication support"
33 depends on SGI_IP27
34 help
35 Say Y here to enable replicating the kernel exception handlers
36 across multiple nodes in a NUMA cluster. This trades memory for
37 speed.