aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/scripts/python/bin
diff options
context:
space:
mode:
authorBrian Norris <briannorris@chromium.org>2017-01-13 15:35:38 -0800
committerKalle Valo <kvalo@codeaurora.org>2017-01-20 11:46:32 +0200
commitfe116788393942eef11d5c0f1cb16b1ef423970d (patch)
treef53c57b080cb76a36b808d502ad6b0b454e69fa2 /tools/perf/scripts/python/bin
parentmwifiex: pcie: don't loop/retry interrupt status checks (diff)
downloadlinux-fe116788393942eef11d5c0f1cb16b1ef423970d.tar.gz
linux-fe116788393942eef11d5c0f1cb16b1ef423970d.zip
mwifiex: pcie: read FROMDEVICE DMA-able memory with READ_ONCE()
In mwifiex_delay_for_sleep_cookie(), we're looping and waiting for the PCIe endpoint to write a magic value back to memory, to signal that it has finished going to sleep. We're not letting the compiler know that this might change underneath our feet though. Let's do that, for good hygiene. I'm not aware of this fixing any concrete problems. I also give no guarantee that this loop is actually correct in any other way, but at least this looks like an improvement to me. Signed-off-by: Brian Norris <briannorris@chromium.org> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions