mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [Patch:000/011] Configureable NODES_SHIFT
@ 2006-03-30  2:02 Yasunori Goto
  2006-03-30  2:14 ` [Patch:001/011] Configureable NODES_SHIFT (Generic part) Yasunori Goto
                   ` (10 more replies)
  0 siblings, 11 replies; 15+ messages in thread
From: Yasunori Goto @ 2006-03-30  2:02 UTC (permalink / raw)
  To: Andrew Morton; +Cc: Yasunori Goto, Linux Kernel ML

Hello.

This patch set is to make configurable node's number.

Current implementation defines NODES_SHIFT at include/asm-xxx/numnodes.h
for each arch. Its definition is sometimes plural.
Indeed, ia64 defines 5 NODES_SHIFT at newest git tree.
But it looks a bit messy.

SGI-SN2(ia64) system requires 1024 nodes, 
and the number of nodes already has been changeable by config.
Suitable node's number may be changed in the future even if 
it is other architecture. So, I wrote configurable node's number.

This patch set defines just default value for each arch which needs
multi nodes except ia64. 
But, it is easy to change to configurable if necessary.

This patch is for 2.6.16-git16.

See also:
http://marc.theaimsgroup.com/?l=linux-kernel&m=114358010523896&w=2

Thanks.

P.S. I divided this patch from pxm to node id mapping.
     It will be posted later...
-- 
Yasunori Goto 



^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2006-03-30  2:57 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-03-30  2:02 [Patch:000/011] Configureable NODES_SHIFT Yasunori Goto
2006-03-30  2:14 ` [Patch:001/011] Configureable NODES_SHIFT (Generic part) Yasunori Goto
2006-03-30  2:44   ` Andrew Morton
2006-03-30  2:45     ` Andrew Morton
2006-03-30  2:56       ` Yasunori Goto
2006-03-30  2:14 ` [Patch:002/011] Configureable NODES_SHIFT (for ia64) Yasunori Goto
2006-03-30  2:14 ` [Patch:003/011] Configureable NODES_SHIFT (for i386) Yasunori Goto
2006-03-30  2:15 ` [Patch:004/011] Configureable NODES_SHIFT (for x86-64) Yasunori Goto
2006-03-30  2:15 ` [Patch:005/011] Configureable NODES_SHIFT (for powerpc) Yasunori Goto
2006-03-30  2:15 ` [Patch:006/011] Configureable NODES_SHIFT (for alpha) Yasunori Goto
2006-03-30  2:15 ` [Patch:007/011] Configureable NODES_SHIFT (for parisc) Yasunori Goto
2006-03-30  2:15 ` [Patch:008/011] Configureable NODES_SHIFT (for arm) Yasunori Goto
2006-03-30  2:16 ` [Patch:009/011] Configureable NODES_SHIFT (for m32r) Yasunori Goto
2006-03-30  2:16 ` [Patch:010/011] Configureable NODES_SHIFT (for mips) Yasunori Goto
2006-03-30  2:16 ` [Patch:011/011] Configureable NODES_SHIFT (for sh) Yasunori Goto

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome