2 prompt "Node addressing mode"
9 The nodes of Origin, Onyx, Fuel and Tezro systems can be configured
10 in either N-Modes which allows for more nodes or M-Mode which allows
11 for more memory. Your hardware is almost certainly running in
12 M-Mode, so choose M-mode here.
17 The nodes of Origin, Onyx, Fuel and Tezro systems can be configured
18 in either N-Modes which allows for more nodes or M-Mode which allows
19 for more memory. Your hardware is almost certainly running in
20 M-Mode, so choose M-mode here.
25 bool "Mapped kernel support"
28 Change the way a Linux kernel is loaded into memory on a MIPS64
29 machine. This is required in order to support text replication on
30 NUMA. If you need to understand it, read the source code.
32 config REPLICATE_KTEXT
33 bool "Kernel text replication support"
37 Say Y here to enable replicating the kernel text across multiple
38 nodes in a NUMA cluster. This trades memory for speed.
40 config REPLICATE_EXHANDLERS
41 bool "Exception handler replication support"
44 Say Y here to enable replicating the kernel exception handlers
45 across multiple nodes in a NUMA cluster. This trades memory for