linux/arch/metag/mm
James Hogan f75c28d896 metag: hugetlb: convert to vm_unmapped_area()
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:

arch/metag/mm/hugetlbpage.c: In function 'hugetlb_get_unmapped_area_new_pmd':
arch/metag/mm/hugetlbpage.c:199: error: 'struct mm_struct' has no member named 'cached_hole_size'
arch/metag/mm/hugetlbpage.c:200: error: 'struct mm_struct' has no member named 'free_area_cache'
arch/metag/mm/hugetlbpage.c:215: error: 'struct mm_struct' has no member named 'cached_hole_size'

Signed-off-by: James Hogan <james.hogan@imgtec.com>
Acked-by: Michel Lespinasse <walken@google.com>
2013-03-02 20:11:13 +00:00
..
cache.c metag: export metag_code_cache_flush_all 2013-03-02 20:11:12 +00:00
extable.c metag: Memory management 2013-03-02 20:09:19 +00:00
fault.c metag: Memory management 2013-03-02 20:09:19 +00:00
highmem.c metag: Highmem support 2013-03-02 20:09:20 +00:00
hugetlbpage.c metag: hugetlb: convert to vm_unmapped_area() 2013-03-02 20:11:13 +00:00
init.c metag: Memory management 2013-03-02 20:09:19 +00:00
ioremap.c metag: Memory handling 2013-03-02 20:09:19 +00:00
Kconfig metag: Build infrastructure 2013-03-02 20:09:54 +00:00
l2cache.c metag: Cache/TLB handling 2013-03-02 20:09:19 +00:00
maccess.c metag: Memory handling 2013-03-02 20:09:19 +00:00
Makefile metag: Build infrastructure 2013-03-02 20:09:54 +00:00
mmu-meta1.c metag: Memory management 2013-03-02 20:09:19 +00:00
mmu-meta2.c metag: Memory management 2013-03-02 20:09:19 +00:00
numa.c metag: TCM support 2013-03-02 20:09:21 +00:00