summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/controller/dwc_otg.c
diff options
context:
space:
mode:
authorkib <kib@FreeBSD.org>2015-07-28 07:04:51 +0000
committerkib <kib@FreeBSD.org>2015-07-28 07:04:51 +0000
commit45167e7aef77c4a883e69c3240cf66f6313bed84 (patch)
tree3546ddd2119002178d1afc396e245c4d22e997ba /sys/dev/usb/controller/dwc_otg.c
parent2b8c79506d91b63c1438f6cc3cb525eba633e71b (diff)
downloadFreeBSD-src-45167e7aef77c4a883e69c3240cf66f6313bed84.zip
FreeBSD-src-45167e7aef77c4a883e69c3240cf66f6313bed84.tar.gz
Remove full barrier from the amd64 atomic_load_acq_*(). Strong
ordering semantic of x86 CPUs makes only the compiler barrier neccessary to give the acquire behaviour. Existing implementation ensured sequentially consistent semantic for load_acq, making much stronger guarantee than required by standard's definition of the load acquire. Consumers which depend on the barrier are believed to be identified and already fixed to use proper operations. Noted by: alc (long time ago) Reviewed by: alc, bde Tested by: pho Sponsored by: The FreeBSD Foundation MFC after: 2 weeks
Diffstat (limited to 'sys/dev/usb/controller/dwc_otg.c')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud