All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] mm: avoid duplication of setup_nr_node_ids()
@ 2013-03-26 17:45 ` Cody P Schafer
  0 siblings, 0 replies; 18+ messages in thread
From: Cody P Schafer @ 2013-03-26 17:45 UTC (permalink / raw)
  To: linux-mm
  Cc: linuxppc-dev, linux-kernel, Ingo Molnar, Paul Mackerras,
	H. Peter Anvin, Andrew Morton, Cody P Schafer, Thomas Gleixner

In arch/powerpc, arch/x86, and mm/page_alloc code to setup nr_node_ids based on
node_possible_map is duplicated.

This patchset switches those copies to calling the function provided by page_alloc.

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

end of thread, other threads:[~2013-03-27 20:25 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-26 17:45 [PATCH 0/3] mm: avoid duplication of setup_nr_node_ids() Cody P Schafer
2013-03-26 17:45 ` Cody P Schafer
2013-03-26 17:45 ` Cody P Schafer
2013-03-26 17:46 ` [PATCH 1/3] page_alloc: make setup_nr_node_ids() usable for arch init code Cody P Schafer
2013-03-26 17:46   ` Cody P Schafer
2013-03-26 17:46   ` Cody P Schafer
2013-03-26 17:46 ` [PATCH 2/3] x86/mm/numa: use setup_nr_node_ids() instead of opencoding Cody P Schafer
2013-03-26 17:46   ` Cody P Schafer
2013-03-26 17:46   ` Cody P Schafer
2013-03-26 17:56   ` Yinghai Lu
2013-03-26 17:56     ` Yinghai Lu
2013-03-26 17:56     ` Yinghai Lu
2013-03-27 19:32     ` H. Peter Anvin
2013-03-27 19:32       ` H. Peter Anvin
2013-03-27 19:32       ` H. Peter Anvin
2013-03-26 17:46 ` [PATCH 3/3] powerpc/mm/numa: " Cody P Schafer
2013-03-26 17:46   ` Cody P Schafer
2013-03-26 17:46   ` Cody P Schafer

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.