Commit d668b16a authored by Jesse Barnes's avatar Jesse Barnes Committed by David Mosberger

[PATCH] ia64: make NODES_SHIFT a little biggger

Make NODES_SHIFT larger to accomodate 256 node machines.
parent 92818099
......@@ -5,8 +5,8 @@
/* Max 8 Nodes */
#define NODES_SHIFT 3
#elif defined(CONFIG_IA64_SGI_SN2) || defined(CONFIG_IA64_GENERIC)
/* Max 128 Nodes */
#define NODES_SHIFT 7
/* Max 256 Nodes */
#define NODES_SHIFT 8
#endif
#endif /* _ASM_MAX_NUMNODES_H */
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment