Author: mm
Date: Thu Jun  9 10:04:11 2011
New Revision: 222894
URL: http://svn.freebsd.org/changeset/base/222894

Log:
  MFC r222757:
  
  Remove empty #ifndef

Modified:
  stable/8/sys/cddl/compat/opensolaris/sys/atomic.h
Directory Properties:
  stable/8/sys/   (props changed)
  stable/8/sys/amd64/include/xen/   (props changed)
  stable/8/sys/cddl/contrib/opensolaris/   (props changed)
  stable/8/sys/contrib/dev/acpica/   (props changed)
  stable/8/sys/contrib/pf/   (props changed)

Modified: stable/8/sys/cddl/compat/opensolaris/sys/atomic.h
==============================================================================
--- stable/8/sys/cddl/compat/opensolaris/sys/atomic.h   Thu Jun  9 08:33:42 
2011        (r222893)
+++ stable/8/sys/cddl/compat/opensolaris/sys/atomic.h   Thu Jun  9 10:04:11 
2011        (r222894)
@@ -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);
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"

Reply via email to