aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorGiovanni Cabiddu <[email protected]>2020-10-12 21:38:37 +0100
committerHerbert Xu <[email protected]>2020-10-30 17:34:56 +1100
commit097430ff7809c65697451a56b48fbe520b2ea27c (patch)
tree21131cff038c7d2d8cb82ece75d3c75357f3b15d /tools/perf/scripts/python
parentfe779a46e85fa4433c650c8698065ea6f715cdba (diff)
crypto: qat - use BIT_ULL() - 1 pattern for masks
Replace occurrences of the pattern GENMASK_ULL(var - 1, 0)) with BIT_ULL(var) - 1 since it produces better code and it is easier to read. Suggested-by: Andy Shevchenko <[email protected]> Signed-off-by: Giovanni Cabiddu <[email protected]> Reviewed-by: Andy Shevchenko <[email protected]> Signed-off-by: Herbert Xu <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions