diff options
author | Dean Nelson <dcn@sgi.com> | 2005-03-23 21:46:00 -0500 |
---|---|---|
committer | Tony Luck <tony.luck@intel.com> | 2005-05-03 15:16:52 -0400 |
commit | b0d82bd5df874f7dadbeced1b0163473387da37c (patch) | |
tree | c78294ddaff17034ef77253c587a7512ba813e95 /arch/ia64/Kconfig | |
parent | 7fbd2a5337b2aa91266abbded97330f909904fd5 (diff) |
[IA64-SGI] SGI Altix cross partition functionality (2nd
This patch contains the shim module (XP) which interfaces between the
communication module (XPC) and the functional support modules (like XPNET).
Signed-off-by: Dean Nelson <dcn@sgi.com>
Signed-off-by: Tony Luck <tony.luck@intel.com>
Diffstat (limited to 'arch/ia64/Kconfig')
-rw-r--r-- | arch/ia64/Kconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/arch/ia64/Kconfig b/arch/ia64/Kconfig index cad8346def1d..ce13ad689d19 100644 --- a/arch/ia64/Kconfig +++ b/arch/ia64/Kconfig | |||
@@ -217,6 +217,16 @@ config IA64_SGI_SN_SIM | |||
217 | If you are compiling a kernel that will run under SGI's IA-64 | 217 | If you are compiling a kernel that will run under SGI's IA-64 |
218 | simulator (Medusa) then say Y, otherwise say N. | 218 | simulator (Medusa) then say Y, otherwise say N. |
219 | 219 | ||
220 | config IA64_SGI_SN_XP | ||
221 | tristate "Support communication between SGI SSIs" | ||
222 | depends on MSPEC | ||
223 | help | ||
224 | An SGI machine can be divided into multiple Single System | ||
225 | Images which act independently of each other and have | ||
226 | hardware based memory protection from the others. Enabling | ||
227 | this feature will allow for direct communication between SSIs | ||
228 | based on a network adapter and DMA messaging. | ||
229 | |||
220 | config FORCE_MAX_ZONEORDER | 230 | config FORCE_MAX_ZONEORDER |
221 | int | 231 | int |
222 | default "18" | 232 | default "18" |