Re: [PATCH] sparsemem: Shut up unused symbol compiler warnings.

2007-05-31 Thread Yasunori Goto
> On Fri, Jun 01, 2007 at 02:26:17PM +0900, Yasunori Goto wrote: > > I think this issue is fixed by > > move-three-functions-that-are-only-needed-for.patch in current -mm tree. > > Is it not enough? > > > That's possible, I hadn't checked -mm. This was simply against current > git. If there's alre

Re: [PATCH] sparsemem: Shut up unused symbol compiler warnings.

2007-05-31 Thread Paul Mundt
On Fri, Jun 01, 2007 at 02:26:17PM +0900, Yasunori Goto wrote: > I think this issue is fixed by > move-three-functions-that-are-only-needed-for.patch in current -mm tree. > Is it not enough? > That's possible, I hadn't checked -mm. This was simply against current git. If there's already a fix in -

Re: [PATCH] sparsemem: Shut up unused symbol compiler warnings.

2007-05-31 Thread Yasunori Goto
I think this issue is fixed by move-three-functions-that-are-only-needed-for.patch in current -mm tree. Is it not enough? Thanks. > __kmalloc_section_memmap()/__kfree_section_memmap() and friends are only > used by the memory hotplug code. Move these in to the existing > CONFIG_MEMORY_HOTPLUG bl

[PATCH] sparsemem: Shut up unused symbol compiler warnings.

2007-05-31 Thread Paul Mundt
__kmalloc_section_memmap()/__kfree_section_memmap() and friends are only used by the memory hotplug code. Move these in to the existing CONFIG_MEMORY_HOTPLUG block. Signed-off-by: Paul Mundt <[EMAIL PROTECTED]> -- mm/sparse.c | 42 +- 1 file changed, 21