diff options
author | mm <mm@FreeBSD.org> | 2011-06-06 14:46:43 +0000 |
---|---|---|
committer | mm <mm@FreeBSD.org> | 2011-06-06 14:46:43 +0000 |
commit | d3eac6f07d776e4349bbc61d22d863d12096efec (patch) | |
tree | c1093e425eb7b71eb494396289dd7000516d077d | |
parent | 9162612be720dd56acd0c28c65c7bfe154594159 (diff) | |
download | FreeBSD-src-d3eac6f07d776e4349bbc61d22d863d12096efec.zip FreeBSD-src-d3eac6f07d776e4349bbc61d22d863d12096efec.tar.gz |
Remove empty #ifndef
MFC after: 3 days
-rw-r--r-- | sys/cddl/compat/opensolaris/sys/atomic.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/cddl/compat/opensolaris/sys/atomic.h b/sys/cddl/compat/opensolaris/sys/atomic.h index af9cc5d..f34d77e 100644 --- a/sys/cddl/compat/opensolaris/sys/atomic.h +++ b/sys/cddl/compat/opensolaris/sys/atomic.h @@ -40,8 +40,6 @@ extern void atomic_add_64(volatile uint64_t *target, int64_t delta); extern void atomic_dec_64(volatile uint64_t *target); #endif -#ifndef __LP64__ -#endif #ifndef __sparc64__ extern uint32_t atomic_cas_32(volatile uint32_t *target, uint32_t cmp, uint32_t newval); |