Kconfig 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  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_SN0_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 ARCH_DISCONTIGMEM_ENABLE
  15. bool
  16. default y if SGI_IP27
  17. help
  18. Say Y to upport efficient handling of discontiguous physical memory,
  19. for architectures which are either NUMA (Non-Uniform Memory Access)
  20. or have huge holes in the physical address space for other reasons.
  21. See <file:Documentation/vm/numa> for more.
  22. config NUMA
  23. bool "NUMA Support"
  24. depends on SGI_IP27
  25. help
  26. Say Y to compile the kernel to support NUMA (Non-Uniform Memory
  27. Access). This option is for configuring high-end multiprocessor
  28. server machines. If in doubt, say N.
  29. config MAPPED_KERNEL
  30. bool "Mapped kernel support"
  31. depends on SGI_IP27
  32. help
  33. Change the way a Linux kernel is loaded into memory on a MIPS64
  34. machine. This is required in order to support text replication and
  35. NUMA. If you need to understand it, read the source code.
  36. config REPLICATE_KTEXT
  37. bool "Kernel text replication support"
  38. depends on SGI_IP27
  39. help
  40. Say Y here to enable replicating the kernel text across multiple
  41. nodes in a NUMA cluster. This trades memory for speed.
  42. config REPLICATE_EXHANDLERS
  43. bool "Exception handler replication support"
  44. depends on SGI_IP27
  45. help
  46. Say Y here to enable replicating the kernel exception handlers
  47. across multiple nodes in a NUMA cluster. This trades memory for
  48. speed.