OSDN Git Service

mm: nommu: kill arch_get_unmapped_area()
authorKefeng Wang <wangkefeng.wang@huawei.com>
Fri, 5 Nov 2021 20:43:50 +0000 (13:43 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 6 Nov 2021 20:30:41 +0000 (13:30 -0700)
commit916caa127cb2239989b2ec45e4288db61de01ed9
tree4fb988fc101d192dc8deabe23a4b133156033393
parentfb25a77dde78dbcaa70c828ea8c2f7cf182510ae
mm: nommu: kill arch_get_unmapped_area()

When nommu, the arch_get_unmapped_area() will not be called, just kill
it.

Link: https://lkml.kernel.org/r/20210910061906.36299-1-wangkefeng.wang@huawei.com
Signed-off-by: Kefeng Wang <wangkefeng.wang@huawei.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
mm/nommu.c