summaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/uhci-debug.c
diff options
context:
space:
mode:
authorAlan Stern2011-05-18 10:44:50 +0200
committerGreg Kroah-Hartman2011-05-20 01:43:19 +0200
commitbab1ff1bda27e654dfd382a1fbdfcda1f7ed0a37 (patch)
tree9ff9d83fa7f81eecd5569c0bd9089ea39da3880a /drivers/usb/host/uhci-debug.c
parentUSB: UHCI: Add support for big endian mmio (diff)
downloadkernel-qcow2-linux-bab1ff1bda27e654dfd382a1fbdfcda1f7ed0a37.tar.gz
kernel-qcow2-linux-bab1ff1bda27e654dfd382a1fbdfcda1f7ed0a37.tar.xz
kernel-qcow2-linux-bab1ff1bda27e654dfd382a1fbdfcda1f7ed0a37.zip
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>
Diffstat (limited to 'drivers/usb/host/uhci-debug.c')
0 files changed, 0 insertions, 0 deletions