diff options
| author | Andrew Morton <akpm@osdl.org> | 2004-01-18 18:50:06 -0800 |
|---|---|---|
| committer | Linus Torvalds <torvalds@home.osdl.org> | 2004-01-18 18:50:06 -0800 |
| commit | 5a867c03ab9cfe1970bd5b9fea8dd10021c2d00d (patch) | |
| tree | 85629cf64777343213e0b50a216ac9c042ee00ca /include | |
| parent | 197858451179ed8ee1d0383b2f2da1800f1ee866 (diff) | |
[PATCH] sn: Need a bigger max compact node value
From: Pat Gefre <pfg@sgi.com>
Need a bigger max compact node value
Diffstat (limited to 'include')
| -rw-r--r-- | include/asm-ia64/sn/sn2/arch.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-ia64/sn/sn2/arch.h b/include/asm-ia64/sn/sn2/arch.h index 243d7414521b..db7f09301d98 100644 --- a/include/asm-ia64/sn/sn2/arch.h +++ b/include/asm-ia64/sn/sn2/arch.h @@ -27,7 +27,7 @@ * Effectively, it's the maximum number of compact node ids (cnodeid_t). * This is not necessarily the same as MAX_NASIDS. */ -#define MAX_COMPACT_NODES 128 +#define MAX_COMPACT_NODES 2048 /* * MAX_REGIONS refers to the maximum number of hardware partitioned regions. |
