s390/mm: make TASK_SIZE independent from the number of page table levels
The TASK_SIZE for a process should be maximum possible size of the address
space, 2GB for a 31-bit process and 8PB for a 64-bit process. The number
of page table levels required for a given memory layout is a consequence
of the mapped memory areas and their location.
Signed-off-by:
Martin Schwidefsky <schwidefsky@de.ibm.com>
Showing
- arch/s390/include/asm/mman.h 0 additions, 4 deletionsarch/s390/include/asm/mman.h
- arch/s390/include/asm/processor.h 5 additions, 4 deletionsarch/s390/include/asm/processor.h
- arch/s390/kvm/kvm-s390.c 2 additions, 2 deletionsarch/s390/kvm/kvm-s390.c
- arch/s390/mm/gmap.c 1 addition, 1 deletionarch/s390/mm/gmap.c
- arch/s390/mm/gup.c 1 addition, 1 deletionarch/s390/mm/gup.c
- arch/s390/mm/mmap.c 12 additions, 19 deletionsarch/s390/mm/mmap.c
- arch/s390/mm/pgalloc.c 0 additions, 2 deletionsarch/s390/mm/pgalloc.c
Please register or sign in to comment