diff options
| author | John Baldwin <jhb@FreeBSD.org> | 2000-10-25 00:15:21 +0000 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2000-10-25 00:15:21 +0000 |
| commit | 2a1c4d6378df1ac3c50a52a412dd43d99d372baf (patch) | |
| tree | 7251d91cbbed4a3b0c381dea9037f4112934c521 /sys/alpha/include | |
| parent | 785640153d0e04aba102a381b00db264e86bfa70 (diff) | |
Notes
Diffstat (limited to 'sys/alpha/include')
| -rw-r--r-- | sys/alpha/include/atomic.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/alpha/include/atomic.h b/sys/alpha/include/atomic.h index dad33dfa0c6a..1c459930f28b 100644 --- a/sys/alpha/include/atomic.h +++ b/sys/alpha/include/atomic.h @@ -482,7 +482,6 @@ atomic_##NAME##_ptr(volatile void *p, uintptr_t v) \ static __inline void \ atomic_##NAME##_acq_ptr(volatile void *p, uintptr_t v) \ { \ - alpha_mb(); \ atomic_##NAME##_acq_long((volatile u_long *)p, v);\ } \ \ @@ -490,7 +489,6 @@ static __inline void \ atomic_##NAME##_rel_ptr(volatile void *p, uintptr_t v) \ { \ atomic_##NAME##_rel_long((volatile u_long *)p, v);\ - alpha_wmb(); \ } ATOMIC_PTR(set) |
