public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [2.6.13-mm2] i386-sparsemem-compile-with-DMA32
@ 2005-09-09  5:33 KAMEZAWA Hiroyuki
  0 siblings, 0 replies; only message in thread
From: KAMEZAWA Hiroyuki @ 2005-09-09  5:33 UTC (permalink / raw)
  To: Andrew Morton; +Cc: linux-kernel

Because 2.6.13-mm2  adds new zone DMA32, ZONES_SHIFT becomes 3.
So, flags bits reserved for (SECTION | NODE | ZONE) should be increase.

-- Kame
==
ZONE_SHIFT is increased, FLAGS_RESERVED should be.

Signed-off-by Kamezawa Hiroyuki <kamezawa.hiroyu@jp.fujitsu.com>

Index: linux-2.6.13-mm2/include/linux/mmzone.h
===================================================================
--- linux-2.6.13-mm2.orig/include/linux/mmzone.h
+++ linux-2.6.13-mm2/include/linux/mmzone.h
@@ -458,10 +458,11 @@ extern struct pglist_data contig_page_da
  #if BITS_PER_LONG == 32 || defined(ARCH_HAS_ATOMIC_UNSIGNED)
  /*
   * with 32 bit page->flags field, we reserve 8 bits for node/zone info.
- * there are 3 zones (2 bits) and this leaves 8-2=6 bits for nodes.
+ * there are 4 zones (3 bits) and this leaves 8-2=6 bits for nodes.
+ * +6bits for sections if CONFIG_SPARSEMEM
   */

-#define FLAGS_RESERVED		8
+#define FLAGS_RESERVED		9

  #elif BITS_PER_LONG == 64
  /*


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2005-09-09  5:34 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-09-09  5:33 [2.6.13-mm2] i386-sparsemem-compile-with-DMA32 KAMEZAWA Hiroyuki

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