]> git.baikalelectronics.ru Git - kernel.git/commit
arm64: Kconfig: Make CONFIG_COMPAT_VDSO a proper Kconfig option
authorWill Deacon <will@kernel.org>
Mon, 7 Oct 2019 12:03:12 +0000 (13:03 +0100)
committerWill Deacon <will@kernel.org>
Mon, 7 Oct 2019 12:32:15 +0000 (13:32 +0100)
commit49a04f0c7fcf02364fc2c3deee9170624117a18d
treea78b0ef907204b58eb7843ea1538e79b25929d57
parent58598c902fa959ce46908eea93f8c6c5a42f464a
arm64: Kconfig: Make CONFIG_COMPAT_VDSO a proper Kconfig option

CONFIG_COMPAT_VDSO is defined by passing '-DCONFIG_COMPAT_VDSO' to the
compiler when the generic compat vDSO code is in use. It's much cleaner
and simpler to expose this as a proper Kconfig option (like x86 does),
so do that and remove the bodge.

Acked-by: Catalin Marinas <catalin.marinas@arm.com>
Signed-off-by: Will Deacon <will@kernel.org>
arch/arm64/Kconfig
arch/arm64/Makefile