diff options
| author | Linus Torvalds <[email protected]> | 2025-01-25 18:16:56 +0000 |
|---|---|---|
| committer | Linus Torvalds <[email protected]> | 2025-01-25 18:16:56 +0000 |
| commit | fd56e5104a37f96e1b1ca42b4fd64fd49257fdce (patch) | |
| tree | f1affd621b701bbfb83fde9a0046dac5baadef6e /tools/testing/selftests/rseq/rseq-thread-pointer.h | |
| parent | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm (diff) | |
| parent | rseq/selftests: Add support for OpenRISC (diff) | |
| download | kernel-fd56e5104a37f96e1b1ca42b4fd64fd49257fdce.tar.gz kernel-fd56e5104a37f96e1b1ca42b4fd64fd49257fdce.zip | |
Merge tag 'for-linus' of https://github.com/openrisc/linux
Pull OpenRISC updates from Stafford Horne:
- Added support for restartable sequences (me)
- Migration to Generic built-in DTB (Masahiro Yamada)
* tag 'for-linus' of https://github.com/openrisc/linux:
rseq/selftests: Add support for OpenRISC
openrisc: Add support for restartable sequences
openrisc: Add HAVE_REGS_AND_STACK_ACCESS_API support
openrisc: migrate to the generic rule for built-in DTB
Diffstat (limited to 'tools/testing/selftests/rseq/rseq-thread-pointer.h')
| -rw-r--r-- | tools/testing/selftests/rseq/rseq-thread-pointer.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/testing/selftests/rseq/rseq-thread-pointer.h b/tools/testing/selftests/rseq/rseq-thread-pointer.h index 977c25d758b2..3d5019307a1b 100644 --- a/tools/testing/selftests/rseq/rseq-thread-pointer.h +++ b/tools/testing/selftests/rseq/rseq-thread-pointer.h @@ -12,6 +12,8 @@ #include "rseq-x86-thread-pointer.h" #elif defined(__PPC__) #include "rseq-ppc-thread-pointer.h" +#elif defined(__or1k__) +#include "rseq-or1k-thread-pointer.h" #else #include "rseq-generic-thread-pointer.h" #endif |
