]> git.karo-electronics.de Git - karo-tx-linux.git/commit
s390/vdso: use _install_special_mapping to establish vdso
authorMartin Schwidefsky <schwidefsky@de.ibm.com>
Mon, 15 May 2017 08:23:38 +0000 (10:23 +0200)
committerMartin Schwidefsky <schwidefsky@de.ibm.com>
Mon, 12 Jun 2017 14:25:57 +0000 (16:25 +0200)
commit35bb092a91b4c43a2079d3d5458b74a059455b6c
treee5678b9c39ed5b386d1398594622ce6b2dca699f
parentb29e061bb7a8d2e2fbf7826fb30ab5477d595e92
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>
arch/s390/kernel/vdso.c