]> git.baikalelectronics.ru Git - kernel.git/commit
arm64: vdso: move to _install_special_mapping and remove arch_vma_name
authorWill Deacon <will.deacon@arm.com>
Wed, 9 Jul 2014 18:22:12 +0000 (19:22 +0100)
committerCatalin Marinas <catalin.marinas@arm.com>
Thu, 17 Jul 2014 15:18:46 +0000 (16:18 +0100)
commit781ac040cb6ce38c8f8d05e9a516404284835a52
tree3e0a70f2b96215f509621801d3d6d2d941a72db1
parentbc7b40f9f28e3166c9c123770808a47c44e6755b
arm64: vdso: move to _install_special_mapping and remove arch_vma_name

_install_special_mapping replaces install_special_mapping and removes
the need to detect special VMA in arch_vma_name.

This patch moves the vdso and compat vectors page code over to the new
API.

Cc: Andy Lutomirski <luto@amacapital.net>
Signed-off-by: Will Deacon <will.deacon@arm.com>
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
arch/arm64/kernel/vdso.c