]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
powerpc: vdso: Make vdso32 installation conditional in vdso_install
authorBen Hutchings <ben@decadent.org.uk>
Fri, 22 Mar 2019 04:24:37 +0000 (04:24 +0000)
committerKhalid Elmously <khalid.elmously@canonical.com>
Fri, 14 Feb 2020 05:29:37 +0000 (00:29 -0500)
commit248e5d5e905ee1caa4fbe2ecb96098e6ab340d4c
treebe677911e2fdf969067731f73d6e32c668fd44fe
parentf640c7d08bc6e7ed8bd7bce26885e9f1468037b2
powerpc: vdso: Make vdso32 installation conditional in vdso_install

BugLink: https://bugs.launchpad.net/bugs/1863019
[ Upstream commit ff6d27823f619892ab96f7461764840e0d786b15 ]

The 32-bit vDSO is not needed and not normally built for 64-bit
little-endian configurations.  However, the vdso_install target still
builds and installs it.  Add the same config condition as is normally
used for the build.

Fixes: e0d005916994 ("powerpc/vdso: Disable building the 32-bit VDSO ...")
Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Signed-off-by: Sasha Levin <sashal@kernel.org>
Signed-off-by: Kamal Mostafa <kamal@canonical.com>
Signed-off-by: Khalid Elmously <khalid.elmously@canonical.com>
arch/powerpc/Makefile