aboutsummaryrefslogtreecommitdiffstats
path: root/lib/locking-selftest-rlock-hardirq.h
diff options
context:
space:
mode:
authorStanislaw Gruszka <sgruszka@redhat.com>2012-02-13 05:23:10 -0500
committerJohn W. Linville <linville@tuxdriver.com>2012-02-22 14:51:12 -0500
commit4e5ea2088b699ae86ffd96b53b916a3966535fcb (patch)
tree33af73e283a223658d20ee475cae1bbe4d16862c /lib/locking-selftest-rlock-hardirq.h
parent1e0f32a43ae652eaa5b23dc06852938555cb8da1 (diff)
iwlegacy: cleanup/fix memory barriers
wmb(), rmb() are not needed when writel(), readl() are used as accessors for MMIO. We use them indirectly via iowrite32(), ioread32(). What is needed mmiowb(), for synchronizing writes coming from different CPUs on PCIe bridge (see in patch comments). This fortunately is not needed on x86, where mmiowb() is just defined as compiler barrier. As iwlegacy devices are most likely not used on anything other than x86, this is not so important fix. Signed-off-by: Stanislaw Gruszka <sgruszka@redhat.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'lib/locking-selftest-rlock-hardirq.h')
0 files changed, 0 insertions, 0 deletions