Skip to content
Commit 0fb1d9bc authored by Martin Schwidefsky's avatar Martin Schwidefsky
Browse files

[S390] make page table upgrade work again



After TASK_SIZE now gives the current size of the address space the
upgrade of a 64 bit process from 3 to 4 levels of page table  needs
to use the arch_mmap_check hook to catch large mmap lengths. The
get_unmapped_area* functions need to check for -ENOMEM from the
arch_get_unmapped_area*, upgrade the page table and retry.

Signed-off-by: default avatarMartin Schwidefsky <schwidefsky@de.ibm.com>
parent f481bfaf
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment