Drop the __GNUCLIKE_ASM guards around most atomic inlines.
authorjhibbits <jhibbits@FreeBSD.org>
Mon, 30 Jan 2017 02:52:15 +0000 (02:52 +0000)
committerjhibbits <jhibbits@FreeBSD.org>
Mon, 30 Jan 2017 02:52:15 +0000 (02:52 +0000)
commitdba8901b079934bbffc2bb60521fc17c83135ede
tree8dc73425be044d5812f65f40d824595bc985bedb
parentc116fce056bc564d89e1fe16ef123327ae16a03b
Drop the __GNUCLIKE_ASM guards around most atomic inlines.

There are no alternatives defined, so there's no point in keeping them.  Also,
they weren't around every inline asm block anyway.  Without __GNUCLIKE_ASM
defined, the guarded functions return garbage.

Reported by: Andrew Thompson
sys/powerpc/include/atomic.h