commit | be819aa6f11145de32dab8690ec6055348488c18 | [log] [tgz] |
---|---|---|
author | Guo Ren <ren_guo@c-sky.com> | Tue Aug 20 15:31:29 2019 +0800 |
committer | Guo Ren <ren_guo@c-sky.com> | Tue Aug 20 16:09:37 2019 +0800 |
tree | 88175e0f8e4f9431d23dc581cef389c3e41fcf68 | |
parent | 5336c17928cc464845ff765ce45b368c22f848e0 [diff] |
csky: Fixup arch_get_unmapped_area() implementation Current arch_get_unmapped_area() of abiv1 doesn't use standard kernel api. After referring to the implementation of arch/arm, we implement it with vm_unmapped_area() from linux/mm.h. Signed-off-by: Guo Ren <ren_guo@c-sky.com> Cc: Arnd Bergmann <arnd@arndb.de>