On Mon, Apr 26, 2010 at 04:06:18PM +0200, Christoph Egger wrote: > THis is a check for CONFIG_64 inside a block that is only active when > CONFIG_64 is set. So the check is actually useless and potentially > irritation. > > --- a/arch/s390/kernel/vdso.c > +++ b/arch/s390/kernel/vdso.c > @@ -102,11 +102,7 @@ static void vdso_init_per_cpu_data(int cpu, struct vdso_per_cpu_data *vpcd) > /* > * Allocate/free per cpu vdso data. > */ > -#ifdef CONFIG_64BIT > #define SEGMENT_ORDER 2 > -#else > -#define SEGMENT_ORDER 1 > -#endif Applied, thanks. -- To unsubscribe from this list: send the line "unsubscribe linux-s390" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html