diff options
author | Sinan Kaya <okaya@codeaurora.org> | 2018-04-05 16:09:11 +0300 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2018-04-06 13:01:56 +0300 |
commit | 755bd04aaf4bf7c49ce8aad2677ea4d14271fc46 (patch) | |
tree | a0899a14c45441eada77bc04a6ccf8fbec69db13 /tools/perf/scripts/python/call-graph-from-sql.py | |
parent | 032d59e1cde9dd71bb5918e1f6529776623ee86b (diff) | |
download | linux-755bd04aaf4bf7c49ce8aad2677ea4d14271fc46.tar.xz |
io: define stronger ordering for the default writeX() implementation
The default implementation of mapping writeX() to __raw_writeX() is wrong.
writeX() has stronger ordering semantics. Compiler is allowed to reorder
memory writes against __raw_writeX().
Use the previously defined __io_aw() and __io_bw() macros to harden
code generation according to architecture support.
Signed-off-by: Sinan Kaya <okaya@codeaurora.org>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'tools/perf/scripts/python/call-graph-from-sql.py')
0 files changed, 0 insertions, 0 deletions