commit | 9b11c7912d00d0e5fe0d7f8973b77dac4f69d3df | [log] [tgz] |
---|---|---|
author | Martin Schwidefsky <schwidefsky@de.ibm.com> | Mon Apr 24 18:14:48 2017 +0200 |
committer | Martin Schwidefsky <schwidefsky@de.ibm.com> | Tue Apr 25 14:08:19 2017 +0200 |
tree | 6bb75184eb060764ce541da98adcc405af04352f | |
parent | ee71d16d22bb268c1f6a64ef6d3654ace5f1e8c7 [diff] |
s390/mm: simplify arch_get_unmapped_area[_topdown] With TASK_SIZE now reflecting the maximum size of the address space for a process the code for arch_get_unmapped_area[_topdown] can be simplified. Just let the logic pick a suitable address and deal with the page table upgrade after the address has been selected. Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>