diff options
author | 2017-03-15 21:48:42 +0100 | |
---|---|---|
committer | 2017-03-15 21:51:17 +0100 | |
commit | 186ecf14e58befba434f0774eea89e35f64d3c6a (patch) | |
tree | 05bd7cbefb50716eaef9310cddf3df0a16c8e13b /tools/perf/scripts/python/export-to-postgresql.py | |
parent | parisc: Wire up statx system call (diff) | |
download | linux-dev-186ecf14e58befba434f0774eea89e35f64d3c6a.tar.xz linux-dev-186ecf14e58befba434f0774eea89e35f64d3c6a.zip |
parisc: Avoid compiler warnings with access_ok()
Commit 09b871ffd4d8 (parisc: Define access_ok() as macro) missed to mark uaddr
as used, which then gives compiler warnings about unused variables.
Fix it by comparing uaddr to uaddr which then gets optimized away by the
compiler.
Signed-off-by: Helge Deller <deller@gmx.de>
Fixes: 09b871ffd4d8 ("parisc: Define access_ok() as macro")
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions