s390/vmem: align segment and region tables to 16k
authorHeiko Carstens <heiko.carstens@de.ibm.com>
Fri, 13 May 2016 09:10:09 +0000 (11:10 +0200)
committerMartin Schwidefsky <schwidefsky@de.ibm.com>
Mon, 13 Jun 2016 13:58:13 +0000 (15:58 +0200)
commit2e9996fcf8b8f933f9496cc885c9e05730f23c9e
tree21a3af5bf266c1b72aac12467e17b937d5dfef37
parent4ccccc522bd22ba8e272f95daca5ab92eb0387a0
s390/vmem: align segment and region tables to 16k

Usually segment and region tables are 16k aligned due to the way the
buddy allocator works.  This is not true for the vmem code which only
asks for a 4k alignment. In order to be consistent enforce a 16k
alignment here as well.

This alignment will be assumed and therefore is required by the
pageattr code.

Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Acked-by: Christian Borntraeger <borntraeger@de.ibm.com>
Acked-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
arch/s390/mm/vmem.c