1 # SPDX-License-Identifier: GPL-2.0 2 choice 3 prompt "Node addressing mode" 4 depends on SGI_IP27 5 default SGI_SN_M_MODE 6 7 config SGI_SN_M_MODE 8 bool "IP27 M-Mode" 9 help 10 The nodes of Origin, Onyx, Fuel and 11 in either N-Modes which allows for m 12 for more memory. Your hardware is a 13 M-Mode, so choose M-mode here. 14 15 config SGI_SN_N_MODE 16 bool "IP27 N-Mode" 17 help 18 The nodes of Origin, Onyx, Fuel and 19 in either N-Modes which allows for m 20 for more memory. Your hardware is a 21 M-Mode, so choose M-mode here. 22 23 endchoice 24 25 config MAPPED_KERNEL 26 bool "Mapped kernel support" 27 depends on SGI_IP27 28 help 29 Change the way a Linux kernel is loa 30 machine. This is required in order 31 NUMA. If you need to understand it, 32 33 config REPLICATE_KTEXT 34 bool "Kernel text replication support" 35 depends on SGI_IP27 36 select MAPPED_KERNEL 37 help 38 Say Y here to enable replicating the 39 nodes in a NUMA cluster. This trade 40
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.