Searched hist:e0d0059169945c8ee16790d2e7244cea397dfd56 (Results 1 – 3 of 3) sorted by relevance
/linux/arch/powerpc/kernel/ |
H A D | vdso.c | diff e0d0059169945c8ee16790d2e7244cea397dfd56 Mon May 11 12:01:02 CEST 2015 Michael Ellerman <mpe@ellerman.id.au> 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: Michael Ellerman <mpe@ellerman.id.au>
|
H A D | Makefile | diff e0d0059169945c8ee16790d2e7244cea397dfd56 Mon May 11 12:01:02 CEST 2015 Michael Ellerman <mpe@ellerman.id.au> 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: Michael Ellerman <mpe@ellerman.id.au>
|
/linux/arch/powerpc/platforms/ |
H A D | Kconfig.cputype | diff e0d0059169945c8ee16790d2e7244cea397dfd56 Mon May 11 12:01:02 CEST 2015 Michael Ellerman <mpe@ellerman.id.au> 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: Michael Ellerman <mpe@ellerman.id.au>
|