* - make-mm-sparsec-make-a-function-static.patch removed from -mm tree
@ 2008-07-26 21:18 akpm
0 siblings, 0 replies; only message in thread
From: akpm @ 2008-07-26 21:18 UTC (permalink / raw)
To: bunk, mm-commits
The patch titled
make mm/sparse.c: make a function static
has been removed from the -mm tree. Its filename was
make-mm-sparsec-make-a-function-static.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/
------------------------------------------------------
Subject: make mm/sparse.c: make a function static
From: Adrian Bunk <bunk@kernel.org>
This patch makes the needlessly global sparse_early_mem_map_alloc()
static.
Signed-off-by: Adrian Bunk <bunk@kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---
mm/sparse.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff -puN mm/sparse.c~make-mm-sparsec-make-a-function-static mm/sparse.c
--- a/mm/sparse.c~make-mm-sparsec-make-a-function-static
+++ a/mm/sparse.c
@@ -377,7 +377,7 @@ struct page __init *sparse_mem_map_popul
}
#endif /* !CONFIG_SPARSEMEM_VMEMMAP */
-struct page __init *sparse_early_mem_map_alloc(unsigned long pnum)
+static struct page __init *sparse_early_mem_map_alloc(unsigned long pnum)
{
struct page *map;
struct mem_section *ms = __nr_to_section(pnum);
_
Patches currently in -mm which might be from bunk@kernel.org are
origin.patch
linux-next.patch
m32r-remove-the-unused-nohighmem-option.patch
if-0-ses_match_host.patch
git-xtensa.patch
include-linux-kernelh-userspace-header-cleanup.patch
make-mm-rmapc-anon_vma_cachep-static.patch
reiser4.patch
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2008-07-26 21:18 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-07-26 21:18 - make-mm-sparsec-make-a-function-static.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.