diff options
author | Jes Sorensen <jes@trained-monkey.org> | 2005-06-21 20:15:03 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-06-21 21:46:18 -0400 |
commit | 65ed0b337bd2b47097cf6c772f024772513b7b0d (patch) | |
tree | ade82d2bd373d5f98f84a53f7afc5cec7323e742 /arch/ia64/Kconfig | |
parent | f14f75b81187cdbe10cc53a521bf9fdf97b59f8c (diff) |
[PATCH] SN2 XPC build patches
This patch contains the bits to make the XPC code use the uncached
allocator rather than calling into the mspec driver. It also includes the
mspec.h header which is required to build the XPC modules.
Signed-off-by: Jes Sorensen <jes@wildopensource.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'arch/ia64/Kconfig')
-rw-r--r-- | arch/ia64/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/ia64/Kconfig b/arch/ia64/Kconfig index 295b5abee72f..34e603cc1716 100644 --- a/arch/ia64/Kconfig +++ b/arch/ia64/Kconfig | |||
@@ -227,7 +227,7 @@ config IA64_SGI_SN_SIM | |||
227 | 227 | ||
228 | config IA64_SGI_SN_XP | 228 | config IA64_SGI_SN_XP |
229 | tristate "Support communication between SGI SSIs" | 229 | tristate "Support communication between SGI SSIs" |
230 | depends on MSPEC | 230 | select IA64_UNCACHED_ALLOCATOR |
231 | help | 231 | help |
232 | An SGI machine can be divided into multiple Single System | 232 | An SGI machine can be divided into multiple Single System |
233 | Images which act independently of each other and have | 233 | Images which act independently of each other and have |