linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
* [RFC][PATCH] remove zone_mem_map [1/4] remove zone_mem_map.
@ 2006-02-01  3:21 KAMEZAWA Hiroyuki
  0 siblings, 0 replies; only message in thread
From: KAMEZAWA Hiroyuki @ 2006-02-01  3:21 UTC (permalink / raw)
  To: linux-mm; +Cc: Martin J. Bligh

This patch removes zone->zone_mem_map.
Againt 2.6.16-rc1.

Because of SPARSEMEM's cleanup, there are no codes
which touches zone->zone_mem_map directly.

My purpose is:
    Reduce the assumptions of zones. Because of zone_mem_map,
    zone is considered to have contiguous mem_map. This patch removes
    that needless? assumption.
    I'll try to remove zone_start_pfn etc.. if I can go ahead.


This patch affects many archs which has NUMA, so enough tests
should be done. But I don't have test environments...
Please notify me if the kernel cannot be compiled or perfomance goes down
because of this patch.
Sigh, binary modules which uses page_to_pfn() will not work either ;)


Signed-Off-By: KAMEZAWA Hiroyuki <kamezawa.hiroyu@jp.fujitsu.com>

Index: hogehoge/include/linux/mmzone.h
===================================================================
--- hogehoge.orig/include/linux/mmzone.h
+++ hogehoge/include/linux/mmzone.h
@@ -212,7 +212,6 @@ struct zone {
  	 * Discontig memory support fields.
  	 */
  	struct pglist_data	*zone_pgdat;
-	struct page		*zone_mem_map;
  	/* zone_start_pfn == zone_start_paddr >> PAGE_SHIFT */
  	unsigned long		zone_start_pfn;

Index: hogehoge/mm/page_alloc.c
===================================================================
--- hogehoge.orig/mm/page_alloc.c
+++ hogehoge/mm/page_alloc.c
@@ -2009,7 +2009,6 @@ static __meminit void init_currently_emp
  	zone_wait_table_init(zone, size);
  	pgdat->nr_zones = zone_idx(zone) + 1;

-	zone->zone_mem_map = pfn_to_page(zone_start_pfn);
  	zone->zone_start_pfn = zone_start_pfn;

  	memmap_init(size, pgdat->node_id, zone_idx(zone), zone_start_pfn);

--
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:"dont@kvack.org"> email@kvack.org </a>

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

only message in thread, other threads:[~2006-02-01  3:21 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-02-01  3:21 [RFC][PATCH] remove zone_mem_map [1/4] remove zone_mem_map KAMEZAWA Hiroyuki

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