]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
USB: UHCI: Use ACCESS_ONCE rather than using a full compiler barrier
authorAlan Stern <stern@rowland.harvard.edu>
Wed, 18 May 2011 08:44:50 +0000 (10:44 +0200)
committerGreg Kroah-Hartman <gregkh@suse.de>
Thu, 19 May 2011 23:43:19 +0000 (16:43 -0700)
commitbab1ff1bda27e654dfd382a1fbdfcda1f7ed0a37
tree9ff9d83fa7f81eecd5569c0bd9089ea39da3880a
parent8452c6745e74384e7e434144f989ada3eae41170
USB: UHCI: Use ACCESS_ONCE rather than using a full compiler barrier

This patch (as1462) updates the special accessor functions defined in
uhci-hcd.h.  Rather than using a full compiler barrier, all we really
need is the ACCESS_ONCE() mechanism, because the idea is to force the
compiler to store a fixed copy of a possibly changing value.

Signed-off-by: Alan Stern <stern@rowland.harvard.edu>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/host/uhci-hcd.h