diff options
Diffstat (limited to 'sys/powerpc/include/mutex.h')
-rw-r--r-- | sys/powerpc/include/mutex.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/powerpc/include/mutex.h b/sys/powerpc/include/mutex.h index 9b04128..a6e295d 100644 --- a/sys/powerpc/include/mutex.h +++ b/sys/powerpc/include/mutex.h @@ -36,8 +36,6 @@ #ifdef _KERNEL -#define mtx_legal2block() \ - ((alpha_pal_rdps() & ALPHA_PSL_IPL_MASK) == ALPHA_PSL_IPL_0) #define mtx_intr_enable(mutex) (mutex)->mtx_saveintr = ALPHA_PSL_IPL_0 /* |