arm64: vdso32: Remove a bunch of #ifdef CONFIG_COMPAT_VDSO guards
authorWill Deacon <will@kernel.org>
Mon, 22 Jun 2020 12:28:34 +0000 (13:28 +0100)
committerWill Deacon <will@kernel.org>
Tue, 1 Sep 2020 12:37:56 +0000 (13:37 +0100)
commit0cbc2659123e6946ba926c5ec3871efe310123e8
tree1506637c0b16c3b63f90789bfe1bb60fa6b4c711
parentf75aef392f869018f78cfedf3c320a6b3fcfda6b
arm64: vdso32: Remove a bunch of #ifdef CONFIG_COMPAT_VDSO guards

Most of the compat vDSO code can be built and guarded using IS_ENABLED,
so drop the unnecessary #ifdefs.

Reviewed-by: Vincenzo Frascino <vincenzo.frascino@arm.com>
Reviewed-by: Ard Biesheuvel <ardb@kernel.org>
Reviewed-by: Mark Rutland <mark.rutland@arm.com>
Signed-off-by: Will Deacon <will@kernel.org>
arch/arm64/kernel/vdso.c