diff options
author | Nadav Amit <[email protected]> | 2019-06-12 23:48:13 -0700 |
---|---|---|
committer | Thomas Gleixner <[email protected]> | 2019-06-23 14:07:23 +0200 |
commit | dde3626f815e38bbf96fddd5185038c4b4d395a8 (patch) | |
tree | b1f5afd13569b62d7b49da4f7e2a9dc1163db1bd /tools/perf/scripts/python/export-to-postgresql.py | |
parent | 748b170ca19ab67b891279cce258d1defe73c5ab (diff) |
x86/apic: Use non-atomic operations when possible
Using __clear_bit() and __cpumask_clear_cpu() is more efficient than using
their atomic counterparts.
Use them when atomicity is not needed, such as when manipulating bitmasks
that are on the stack.
Signed-off-by: Nadav Amit <[email protected]>
Signed-off-by: Thomas Gleixner <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Cc: Andy Lutomirski <[email protected]>
Cc: Borislav Petkov <[email protected]>
Cc: Dave Hansen <[email protected]>
Link: https://lkml.kernel.org/r/[email protected]
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions