summaryrefslogtreecommitdiff
path: root/kern/atomic.h
diff options
context:
space:
mode:
Diffstat (limited to 'kern/atomic.h')
-rw-r--r--kern/atomic.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/kern/atomic.h b/kern/atomic.h
index 63f0ac73..6c0105dd 100644
--- a/kern/atomic.h
+++ b/kern/atomic.h
@@ -135,7 +135,4 @@ MACRO_END
#define atomic_fetch_sub_acq_rel(ptr, val) \
atomic_fetch_sub(ptr, val, ATOMIC_ACQ_REL)
-#define atomic_or_acq_rel(ptr, val) atomic_or(ptr, val, ATOMIC_ACQ_REL)
-#define atomic_and_acq_rel(ptr, val) atomic_and(ptr, val, ATOMIC_ACQ_REL)
-
#endif /* _KERN_ATOMIC_H */