rseq/selftests: add s390 support
Implement support for s390 in the rseq selftests, in order to sanity check the recently enabled rseq syscall. The Implementation covers both 64-bit and 31-bit mode. Acked-by: Heiko Carstens <heiko.carstens@de.ibm.com> Signed-off-by: Vasily Gorbik <gor@linux.ibm.com> Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
This commit is contained in:

committed by
Martin Schwidefsky

parent
26f843848b
commit
4c14d1ce17
@@ -75,6 +75,8 @@ extern __thread volatile struct rseq __rseq_abi;
|
||||
#include <rseq-ppc.h>
|
||||
#elif defined(__mips__)
|
||||
#include <rseq-mips.h>
|
||||
#elif defined(__s390__)
|
||||
#include <rseq-s390.h>
|
||||
#else
|
||||
#error unsupported target
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user