All of lore.kernel.org
 help / color / mirror / Atom feed
* [merged] mm-nommu-export-symbol-max_mapnr.patch removed from -mm tree
@ 2015-03-16 18:02 akpm
  0 siblings, 0 replies; only message in thread
From: akpm @ 2015-03-16 18:02 UTC (permalink / raw)
  To: xili_gchen_5257, a-jacquiot, gang.chen.5i5j, msalter, mm-commits


The patch titled
     Subject: mm/nommu.c: export symbol max_mapnr
has been removed from the -mm tree.  Its filename was
     mm-nommu-export-symbol-max_mapnr.patch

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

------------------------------------------------------
From: gchen gchen <xili_gchen_5257@hotmail.com>
Subject: mm/nommu.c: export symbol max_mapnr

Several modules may need max_mapnr, so export, the related error with
allmodconfig under c6x:

MODPOST 3327 modules
ERROR: "max_mapnr" [fs/pstore/ramoops.ko] undefined!
ERROR: "max_mapnr" [drivers/media/v4l2-core/videobuf2-dma-contig.ko] undefined!

Signed-off-by: Chen Gang <gang.chen.5i5j@gmail.com>
Cc: Mark Salter <msalter@redhat.com>
Cc: Aurelien Jacquiot <a-jacquiot@ti.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---

 mm/nommu.c |    1 +
 1 file changed, 1 insertion(+)

diff -puN mm/nommu.c~mm-nommu-export-symbol-max_mapnr mm/nommu.c
--- a/mm/nommu.c~mm-nommu-export-symbol-max_mapnr
+++ a/mm/nommu.c
@@ -62,6 +62,7 @@ void *high_memory;
 EXPORT_SYMBOL(high_memory);
 struct page *mem_map;
 unsigned long max_mapnr;
+EXPORT_SYMBOL(max_mapnr);
 unsigned long highest_memmap_pfn;
 struct percpu_counter vm_committed_as;
 int sysctl_overcommit_memory = OVERCOMMIT_GUESS; /* heuristic overcommit */
_

Patches currently in -mm which might be from xili_gchen_5257@hotmail.com are

linux-next.patch


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

only message in thread, other threads:[~2015-03-16 18:02 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-03-16 18:02 [merged] mm-nommu-export-symbol-max_mapnr.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.