linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] no buddy bitmap patch revist : for ia64 [2/2]
@ 2004-10-08 12:11 Hiroyuki KAMEZAWA
  0 siblings, 0 replies; only message in thread
From: Hiroyuki KAMEZAWA @ 2004-10-08 12:11 UTC (permalink / raw)
  To: Linux Kernel ML
  Cc: William Lee Irwin III, linux-mm, LHMS, Andrew Morton, Tony Luck,
	Dave Hansen, Hirokazu Takahashi

This is for ia64.
CONFIG_HOLES_IN_ZONE is added to Kconfig.
It is set automaically if CONFIG_VIRTUAL_MEMMAP=y.

Thanks.
Kame <kamezawa.hiroyu@jp.fujitsu.com>
=========== for ia64 stuff==========


This patch is for ia64 kernel.
This defines CONFIG_HOLES_IN_ZONE in arch/ia64/Kconfig.
IA64 has memory holes smaller than its MAX_ORDER and its virtual memmap
allows holes in a zone's memmap.

This patch makes vmemmap aligned with IA64_GRANULE_SIZE in
arch/ia64/mm/init.c.

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


---

 test-kernel-kamezawa/arch/ia64/Kconfig   |    4 ++++
 test-kernel-kamezawa/arch/ia64/mm/init.c |    3 ++-
 2 files changed, 6 insertions(+), 1 deletion(-)

diff -puN arch/ia64/mm/init.c~ia64_fix arch/ia64/mm/init.c
--- test-kernel/arch/ia64/mm/init.c~ia64_fix	2004-10-08 18:29:20.510992392 +0900
+++ test-kernel-kamezawa/arch/ia64/mm/init.c	2004-10-08 18:29:20.515991632 +0900
@@ -410,7 +410,8 @@ virtual_memmap_init (u64 start, u64 end,
 	struct page *map_start, *map_end;

 	args = (struct memmap_init_callback_data *) arg;
-
+	start = GRANULEROUNDDOWN(start);
+	end = GRANULEROUNDUP(end);
 	map_start = vmem_map + (__pa(start) >> PAGE_SHIFT);
 	map_end   = vmem_map + (__pa(end) >> PAGE_SHIFT);

diff -puN arch/ia64/Kconfig~ia64_fix arch/ia64/Kconfig
--- test-kernel/arch/ia64/Kconfig~ia64_fix	2004-10-08 18:29:20.513991936 +0900
+++ test-kernel-kamezawa/arch/ia64/Kconfig	2004-10-08 18:29:20.516991480 +0900
@@ -178,6 +178,10 @@ config VIRTUAL_MEM_MAP
 	  require the DISCONTIGMEM option for your machine. If you are
 	  unsure, say Y.

+config HOLES_IN_ZONE
+	bool
+	default y if VIRTUAL_MEM_MAP
+
 config DISCONTIGMEM
 	bool "Discontiguous memory support"
 	depends on (IA64_DIG || IA64_SGI_SN2 || IA64_GENERIC || IA64_HP_ZX1) && NUMA && VIRTUAL_MEM_MAP

_

--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org.  For more info on Linux MM,
see: http://www.linux-mm.org/ .
Don't email: <a href=mailto:"aart@kvack.org"> aart@kvack.org </a>

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

only message in thread, other threads:[~2004-10-08 12:06 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-10-08 12:11 [PATCH] no buddy bitmap patch revist : for ia64 [2/2] Hiroyuki KAMEZAWA

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