* [PATCH] make NODES_SHIFT a little biggger
@ 2003-12-18 20:16 Jesse Barnes
0 siblings, 0 replies; only message in thread
From: Jesse Barnes @ 2003-12-18 20:16 UTC (permalink / raw)
To: linux-ia64
Make NODES_SHIFT larger to accomodate 256 node machines.
Jesse
diff -Nru a/include/asm-ia64/numnodes.h b/include/asm-ia64/numnodes.h
--- a/include/asm-ia64/numnodes.h Mon Nov 24 12:45:35 2003
+++ b/include/asm-ia64/numnodes.h Mon Nov 24 12:45:35 2003
@@ -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 */
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2003-12-18 20:16 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-12-18 20:16 [PATCH] make NODES_SHIFT a little biggger Jesse Barnes
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.