1 # SPDX-License-Identifier: GPL-2.0
3 prompt "Node addressing mode"
10 The nodes of Origin, Onyx, Fuel and Tezro systems can be configured
11 in either N-Modes which allows for more nodes or M-Mode which allows
12 for more memory. Your hardware is almost certainly running in
13 M-Mode, so choose M-mode here.
18 The nodes of Origin, Onyx, Fuel and Tezro systems can be configured
19 in either N-Modes which allows for more nodes or M-Mode which allows
20 for more memory. Your hardware is almost certainly running in
21 M-Mode, so choose M-mode here.
26 bool "Mapped kernel support"
29 Change the way a Linux kernel is loaded into memory on a MIPS64
30 machine. This is required in order to support text replication on
31 NUMA. If you need to understand it, read the source code.
33 config REPLICATE_KTEXT
34 bool "Kernel text replication support"
38 Say Y here to enable replicating the kernel text across multiple
39 nodes in a NUMA cluster. This trades memory for speed.
41 config REPLICATE_EXHANDLERS
42 bool "Exception handler replication support"
45 Say Y here to enable replicating the kernel exception handlers
46 across multiple nodes in a NUMA cluster. This trades memory for