aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2000-09-11 06:42:50 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2000-09-11 06:42:50 +0000
commitd742034d8813fc4b8d9f21fe2ba8220bfa63e81b (patch)
tree8299efb3c3c612e2b5f582ee1680548abe12ddcf /sys
parentd594498f750f9e62ee4d9cf388c4f707fd87e8f1 (diff)
Notes
Diffstat (limited to 'sys')
-rw-r--r--sys/alpha/include/mutex.h2
-rw-r--r--sys/powerpc/include/mutex.h2
2 files changed, 0 insertions, 4 deletions
diff --git a/sys/alpha/include/mutex.h b/sys/alpha/include/mutex.h
index 0cc0ee44d0e2..8109a27494d5 100644
--- a/sys/alpha/include/mutex.h
+++ b/sys/alpha/include/mutex.h
@@ -496,8 +496,6 @@ _mtx_try_enter(mtx_t *mtxp, int type, const char *file, int line)
return rval;
}
-#define mtx_legal2block() (read_eflags() & 0x200)
-
/*
* Release lock m
*/
diff --git a/sys/powerpc/include/mutex.h b/sys/powerpc/include/mutex.h
index 0cc0ee44d0e2..8109a27494d5 100644
--- a/sys/powerpc/include/mutex.h
+++ b/sys/powerpc/include/mutex.h
@@ -496,8 +496,6 @@ _mtx_try_enter(mtx_t *mtxp, int type, const char *file, int line)
return rval;
}
-#define mtx_legal2block() (read_eflags() & 0x200)
-
/*
* Release lock m
*/