aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/export-to-postgresql.py
diff options
context:
space:
mode:
authorAmitoj Kaur Chawla <[email protected]>2016-02-20 19:08:02 +0530
committerGreg Kroah-Hartman <[email protected]>2016-02-20 14:54:05 -0800
commit72a5f6a8df46fe61eb64be8e76e244e9d15b8a0e (patch)
treef8ae8014378aaa7598d95bbe8474bf84136e3a92 /tools/perf/scripts/python/export-to-postgresql.py
parent809487c70388961bb44e8f86ee5b54cd9cb3bfb3 (diff)
staging: rdma: hfi1: Use offset_in_page macro
Use offset_in_page macro instead of (var & ~PAGE_MASK) The Coccinelle semantic patch used to make this change is as follows: // <smpl> @@ unsigned long p; @@ - p & ~PAGE_MASK + offset_in_page(p) // </smpl> Signed-off-by: Amitoj Kaur Chawla <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions