commit | 35bb092a91b4c43a2079d3d5458b74a059455b6c | [log] [tgz] |
---|---|---|
author | Martin Schwidefsky <schwidefsky@de.ibm.com> | Mon May 15 10:23:38 2017 +0200 |
committer | Martin Schwidefsky <schwidefsky@de.ibm.com> | Mon Jun 12 16:25:57 2017 +0200 |
tree | e5678b9c39ed5b386d1398594622ce6b2dca699f | |
parent | b29e061bb7a8d2e2fbf7826fb30ab5477d595e92 [diff] |
s390/vdso: use _install_special_mapping to establish vdso Switch to the improved _install_special_mapping function to install the vdso mapping. This has two advantages, the arch_vma_name function is not needed anymore and the vdso vma still has its name after its memory location has been changed with mremap. Tested-by: Michael Holzheu <holzheu@linux.vnet.ibm.com> Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>