diff options
Diffstat (limited to 'lib/libthr/arch/powerpc/include/pthread_md.h')
-rw-r--r-- | lib/libthr/arch/powerpc/include/pthread_md.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libthr/arch/powerpc/include/pthread_md.h b/lib/libthr/arch/powerpc/include/pthread_md.h index e8ca8b3..2abbbdc 100644 --- a/lib/libthr/arch/powerpc/include/pthread_md.h +++ b/lib/libthr/arch/powerpc/include/pthread_md.h @@ -36,6 +36,8 @@ #include <stddef.h> #include <sys/types.h> +#define CPU_SPINWAIT + #define DTV_OFFSET offsetof(struct tcb, tcb_dtv) #define TP_OFFSET 0x7008 |