summaryrefslogtreecommitdiff
path: root/arch/x86/lib
diff options
context:
space:
mode:
authorMichael Ellerman <mpe@ellerman.id.au>2020-08-27 23:17:13 +1000
committerMichael Ellerman <mpe@ellerman.id.au>2020-09-14 23:07:04 +1000
commit231b232df8f67e7d37af01259c21f2a131c3911e (patch)
tree542431e0fefeebf966c2faf11ff12b1014e94a10 /arch/x86/lib
parent960e3708135ac8b03ef3d1fa773e369cfacc76b9 (diff)
powerpc/64: Make VDSO32 track COMPAT on 64-bit
When we added the VDSO32 kconfig symbol, which controls building of the 32-bit VDSO, we made it depend on CPU_BIG_ENDIAN (for 64-bit). That was because back then COMPAT was always enabled for 64-bit, so depending on it would have left the 32-bit VDSO always enabled, which we didn't want. But since then we have made COMPAT selectable, and off by default for ppc64le, so VDSO32 should really depend on that. For most people this makes no difference, none of the defconfigs change, it's only if someone is building ppc64le with COMPAT=y, they will now also get VDSO32. If they've enabled COMPAT in order to run 32-bit binaries they presumably also want the 32-bit VDSO. Signed-off-by: Michael Ellerman <mpe@ellerman.id.au> Reviewed-by: Christophe Leroy <christophe.leroy@csgroup.eu> Link: https://lore.kernel.org/r/20200908125850.407939-1-mpe@ellerman.id.au
Diffstat (limited to 'arch/x86/lib')
0 files changed, 0 insertions, 0 deletions