All of lore.kernel.org
 help / color / mirror / Atom feed
* [merged] page_alloc-remove-unused-find_zone_movable_pfns_for_nodes-argument.patch removed from -mm tree
@ 2012-03-22 20:19 akpm
  0 siblings, 0 replies; only message in thread
From: akpm @ 2012-03-22 20:19 UTC (permalink / raw)
  To: consul.kautuk, mel, rientjes, mm-commits


The patch titled
     Subject: page_alloc: remove unused find_zone_movable_pfns_for_nodes() argument
has been removed from the -mm tree.  Its filename was
     page_alloc-remove-unused-find_zone_movable_pfns_for_nodes-argument.patch

This patch was dropped because it was merged into mainline or a subsystem tree

The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/

------------------------------------------------------
From: Kautuk Consul <consul.kautuk@gmail.com>
Subject: page_alloc: remove unused find_zone_movable_pfns_for_nodes() argument

find_zone_movable_pfns_for_nodes() does not use its argument.

Signed-off-by: Kautuk Consul <consul.kautuk@gmail.com>
Cc: David Rientjes <rientjes@google.com>
Cc: Mel Gorman <mel@csn.ul.ie>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---

 mm/page_alloc.c |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff -puN mm/page_alloc.c~page_alloc-remove-unused-find_zone_movable_pfns_for_nodes-argument mm/page_alloc.c
--- a/mm/page_alloc.c~page_alloc-remove-unused-find_zone_movable_pfns_for_nodes-argument
+++ a/mm/page_alloc.c
@@ -4524,7 +4524,7 @@ static unsigned long __init early_calcul
  * memory. When they don't, some nodes will have more kernelcore than
  * others
  */
-static void __init find_zone_movable_pfns_for_nodes(unsigned long *movable_pfn)
+static void __init find_zone_movable_pfns_for_nodes(void)
 {
 	int i, nid;
 	unsigned long usable_startpfn;
@@ -4716,7 +4716,7 @@ void __init free_area_init_nodes(unsigne
 
 	/* Find the PFNs that ZONE_MOVABLE begins at in each node */
 	memset(zone_movable_pfn, 0, sizeof(zone_movable_pfn));
-	find_zone_movable_pfns_for_nodes(zone_movable_pfn);
+	find_zone_movable_pfns_for_nodes();
 
 	/* Print out the zone ranges */
 	printk("Zone PFN ranges:\n");
_

Patches currently in -mm which might be from consul.kautuk@gmail.com are

origin.patch
um-kernel-trapc-port-oom-changes-to-handle_page_fault.patch


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

only message in thread, other threads:[~2012-03-22 20:19 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-03-22 20:19 [merged] page_alloc-remove-unused-find_zone_movable_pfns_for_nodes-argument.patch removed from -mm tree akpm

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.