Re: [PATCH] Add __vunmap prototype

2007-05-14 Thread Satyam Sharma
On 5/14/07, Benjamin Herrenschmidt <[EMAIL PROTECTED]> wrote: On Mon, 2007-05-14 at 00:16 -0700, Andrew Morton wrote: > On Mon, 14 May 2007 17:07:03 +1000 Benjamin Herrenschmidt <[EMAIL PROTECTED]> wrote: > > > __vunmap is not static but I couldn't find a prototype for it, so this > > adds it.

Re: [PATCH] Add __vunmap prototype

2007-05-14 Thread Benjamin Herrenschmidt
On Mon, 2007-05-14 at 00:16 -0700, Andrew Morton wrote: > On Mon, 14 May 2007 17:07:03 +1000 Benjamin Herrenschmidt <[EMAIL PROTECTED]> > wrote: > > > __vunmap is not static but I couldn't find a prototype for it, so this > > adds it. I need to use it in some powerpc patch to come. > > > >

Re: [PATCH] Add __vunmap prototype

2007-05-14 Thread Andrew Morton
On Mon, 14 May 2007 17:07:03 +1000 Benjamin Herrenschmidt <[EMAIL PROTECTED]> wrote: > __vunmap is not static but I couldn't find a prototype for it, so this > adds it. I need to use it in some powerpc patch to come. > > Signed-off-by: Benjamin Herrenschmidt <[EMAIL PROTECTED]> > >

[PATCH] Add __vunmap prototype

2007-05-14 Thread Benjamin Herrenschmidt
__vunmap is not static but I couldn't find a prototype for it, so this adds it. I need to use it in some powerpc patch to come. Signed-off-by: Benjamin Herrenschmidt <[EMAIL PROTECTED]> include/linux/vmalloc.h |1 + 1 file changed, 1 insertion(+) Index: linux-cell/include/linux/vmalloc.h

[PATCH] Add __vunmap prototype

2007-05-14 Thread Benjamin Herrenschmidt
__vunmap is not static but I couldn't find a prototype for it, so this adds it. I need to use it in some powerpc patch to come. Signed-off-by: Benjamin Herrenschmidt [EMAIL PROTECTED] include/linux/vmalloc.h |1 + 1 file changed, 1 insertion(+) Index: linux-cell/include/linux/vmalloc.h

Re: [PATCH] Add __vunmap prototype

2007-05-14 Thread Andrew Morton
On Mon, 14 May 2007 17:07:03 +1000 Benjamin Herrenschmidt [EMAIL PROTECTED] wrote: __vunmap is not static but I couldn't find a prototype for it, so this adds it. I need to use it in some powerpc patch to come. Signed-off-by: Benjamin Herrenschmidt [EMAIL PROTECTED]

Re: [PATCH] Add __vunmap prototype

2007-05-14 Thread Benjamin Herrenschmidt
On Mon, 2007-05-14 at 00:16 -0700, Andrew Morton wrote: On Mon, 14 May 2007 17:07:03 +1000 Benjamin Herrenschmidt [EMAIL PROTECTED] wrote: __vunmap is not static but I couldn't find a prototype for it, so this adds it. I need to use it in some powerpc patch to come. Signed-off-by:

Re: [PATCH] Add __vunmap prototype

2007-05-14 Thread Satyam Sharma
On 5/14/07, Benjamin Herrenschmidt [EMAIL PROTECTED] wrote: On Mon, 2007-05-14 at 00:16 -0700, Andrew Morton wrote: On Mon, 14 May 2007 17:07:03 +1000 Benjamin Herrenschmidt [EMAIL PROTECTED] wrote: __vunmap is not static but I couldn't find a prototype for it, so this adds it. I need to