Kconfig 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. #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. config SGI_SN_N_MODE
  7. bool "IP27 N-Mode"
  8. depends on SGI_IP27
  9. help
  10. The nodes of Origin 200, Origin 2000 and Onyx 2 systems can be
  11. configured in either N-Modes which allows for more nodes or M-Mode
  12. which allows for more memory. Your system is most probably
  13. running in M-Mode, so you should say N here.
  14. config MAPPED_KERNEL
  15. bool "Mapped kernel support"
  16. depends on SGI_IP27
  17. help
  18. Change the way a Linux kernel is loaded into memory on a MIPS64
  19. machine. This is required in order to support text replication and
  20. NUMA. If you need to understand it, read the source code.
  21. config REPLICATE_KTEXT
  22. bool "Kernel text replication support"
  23. depends on SGI_IP27
  24. help
  25. Say Y here to enable replicating the kernel text across multiple
  26. nodes in a NUMA cluster. This trades memory for speed.
  27. config REPLICATE_EXHANDLERS
  28. bool "Exception handler replication support"
  29. depends on SGI_IP27
  30. help
  31. Say Y here to enable replicating the kernel exception handlers
  32. across multiple nodes in a NUMA cluster. This trades memory for
  33. speed.