Re: [PATCH 3/5] metag: hugetlb: convert to vm_unmapped_area()

2013-02-15 Thread James Hogan
On 15/02/13 08:04, Michel Lespinasse wrote: > On Wed, Feb 13, 2013 at 4:03 AM, James Hogan wrote: >> Convert hugetlb_get_unmapped_area_new_pmd() to use vm_unmapped_area() >> rather than searching the virtual address space itself. This fixes the >> following errors in linux-next due to the

Re: [PATCH 3/5] metag: hugetlb: convert to vm_unmapped_area()

2013-02-15 Thread Michel Lespinasse
On Wed, Feb 13, 2013 at 4:03 AM, James Hogan wrote: > Convert hugetlb_get_unmapped_area_new_pmd() to use vm_unmapped_area() > rather than searching the virtual address space itself. This fixes the > following errors in linux-next due to the specified members being > removed after other

Re: [PATCH 3/5] metag: hugetlb: convert to vm_unmapped_area()

2013-02-15 Thread Michel Lespinasse
On Wed, Feb 13, 2013 at 4:03 AM, James Hogan james.ho...@imgtec.com wrote: Convert hugetlb_get_unmapped_area_new_pmd() to use vm_unmapped_area() rather than searching the virtual address space itself. This fixes the following errors in linux-next due to the specified members being removed

Re: [PATCH 3/5] metag: hugetlb: convert to vm_unmapped_area()

2013-02-15 Thread James Hogan
On 15/02/13 08:04, Michel Lespinasse wrote: On Wed, Feb 13, 2013 at 4:03 AM, James Hogan james.ho...@imgtec.com wrote: Convert hugetlb_get_unmapped_area_new_pmd() to use vm_unmapped_area() rather than searching the virtual address space itself. This fixes the following errors in linux-next due

[PATCH 3/5] metag: hugetlb: convert to vm_unmapped_area()

2013-02-13 Thread James Hogan
Convert hugetlb_get_unmapped_area_new_pmd() to use vm_unmapped_area() rather than searching the virtual address space itself. This fixes the following errors in linux-next due to the specified members being removed after other architectures have already been converted:

[PATCH 3/5] metag: hugetlb: convert to vm_unmapped_area()

2013-02-13 Thread James Hogan
Convert hugetlb_get_unmapped_area_new_pmd() to use vm_unmapped_area() rather than searching the virtual address space itself. This fixes the following errors in linux-next due to the specified members being removed after other architectures have already been converted: