[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1210588325-11027-5-git-send-email-cooloney@kernel.org>
Date: Mon, 12 May 2008 18:32:05 +0800
From: Bryan Wu <cooloney@...nel.org>
To: linux-kernel@...r.kernel.org, linux-mm@...ck.org,
dwmw2@...radead.org
Cc: Vivi Li <vivi.li@...log.com>, Bryan Wu <cooloney@...nel.org>
Subject: [PATCH 4/4] [MM/NOMMU]: Export two symbols in nommu.c for mmap test
From: Vivi Li <vivi.li@...log.com>
http://blackfin.uclinux.org/gf/project/uclinux-dist/tracker/?action=TrackerItemEdit&tracker_item_id=2312
Signed-off-by: Vivi Li <vivi.li@...log.com>
Signed-off-by: Bryan Wu <cooloney@...nel.org>
---
mm/nommu.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/mm/nommu.c b/mm/nommu.c
index 56bb447..cef9d75 100644
--- a/mm/nommu.c
+++ b/mm/nommu.c
@@ -47,6 +47,8 @@ int heap_stack_gap = 0;
EXPORT_SYMBOL(mem_map);
EXPORT_SYMBOL(num_physpages);
+EXPORT_SYMBOL(high_memory);
+EXPORT_SYMBOL(max_mapnr);
/* list of shareable VMAs */
struct rb_root nommu_vma_tree = RB_ROOT;
--
1.5.5
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists