__s390x__ is defined when doing 64-bit compile targetted to s390.
Ie. gcc -m64 defines it, gcc -m31 does not.
> > Furthermore, there needs to be a pad inserted fo arch/s390x/kernel/signal.c
> ^^^^^
> s390? (there is no arch/s390x in 2.6.0-test1)
Then that pad needs to be #ifdef __s390x__ as well.
>
> > (rt_sigframe right after info member) to keep binary compatibility.
Jakub
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/