Skip to content
Commit e0d00591 authored by Michael Ellerman's avatar Michael Ellerman
Browse files

powerpc/vdso: Disable building the 32-bit VDSO on little endian



The only little endian configuration we support is ppc64le. As such if
we're building little endian we don't need a 32-bit VDSO, because there
is no 32-bit userspace.

This patch is a fairly ugly mess of #ifdefs, but is the minimal logic
required to disable the 32-bit VDSO. We can hopefully clean up the
result in future with some further refactoring.

Signed-off-by: default avatarMichael Ellerman <mpe@ellerman.id.au>
parent 6e5c0775
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment