commit | 1e133ab296f3ff8d9e58a5e758291ed39ba72ad7 | [log] [tgz] |
---|---|---|
author | Martin Schwidefsky <schwidefsky@de.ibm.com> | Tue Mar 08 11:49:57 2016 +0100 |
committer | Martin Schwidefsky <schwidefsky@de.ibm.com> | Tue Mar 08 15:00:15 2016 +0100 |
tree | b64997e3dd0979e6e4bc26ca66c39ace0ac83589 | |
parent | 227be799c39a28bf5d68187a4ea1b43190d96515 [diff] |
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>