s390/mm: split arch/s390/mm/pgtable.c
The pgtable.c file is quite big, before it grows any larger split it
into pgtable.c, pgalloc.c and gmap.c. In addition move the gmap related
header definitions into the new gmap.h header and all of the pgste
helpers from pgtable.h to pgtable.c.
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Showing
arch/s390/include/asm/gmap.h
0 → 100644
arch/s390/mm/gmap.c
0 → 100644
arch/s390/mm/pgalloc.c
0 → 100644