Re: nommu: Add new vmalloc_user() and remap_vmalloc_range() interfaces.

2007-11-28 Thread Greg Ungerer
Paul Mundt wrote: This builds on top of the earlier vmalloc_32_user() work introduced by b50731732f926d6c49fd0724616a7344c31cd5cf, as we now have places in the nommu allmodconfig that hit up against these missing APIs. As vmalloc_32_user() is already implemented, this is moved over to vmalloc_

Re: nommu: Add new vmalloc_user() and remap_vmalloc_range() interfaces.

2007-11-28 Thread David Howells
Paul Mundt <[EMAIL PROTECTED]> wrote: > This builds on top of the earlier vmalloc_32_user() work introduced by > b50731732f926d6c49fd0724616a7344c31cd5cf, as we now have places in the > nommu allmodconfig that hit up against these missing APIs. > > As vmalloc_32_user() is already implemented, thi

Re: nommu: Add new vmalloc_user() and remap_vmalloc_range() interfaces.

2007-11-28 Thread David McCullough
Jivin Paul Mundt lays it down ... > This builds on top of the earlier vmalloc_32_user() work introduced by > b50731732f926d6c49fd0724616a7344c31cd5cf, as we now have places in the > nommu allmodconfig that hit up against these missing APIs. > > As vmalloc_32_user() is already implemented, this is

nommu: Add new vmalloc_user() and remap_vmalloc_range() interfaces.

2007-11-28 Thread Paul Mundt
This builds on top of the earlier vmalloc_32_user() work introduced by b50731732f926d6c49fd0724616a7344c31cd5cf, as we now have places in the nommu allmodconfig that hit up against these missing APIs. As vmalloc_32_user() is already implemented, this is moved over to vmalloc_user() and simply made