diff options
author | Nadav Amit <[email protected]> | 2016-04-01 14:31:26 -0700 |
---|---|---|
committer | Linus Torvalds <[email protected]> | 2016-04-01 17:03:37 -0500 |
commit | 858eaaa711700ce4595e039441e239e56d7b9514 (patch) | |
tree | b126024f3245f28f163088c111fc1942322d2239 /tools/perf/scripts/python/call-graph-from-postgresql.py | |
parent | 18c98243ddf05a1827ad2c359c5ac051101e7ff7 (diff) |
mm/rmap: batched invalidations should use existing api
The recently introduced batched invalidations mechanism uses its own
mechanism for shootdown. However, it does wrong accounting of
interrupts (e.g., inc_irq_stat is called for local invalidations),
trace-points (e.g., TLB_REMOTE_SHOOTDOWN for local invalidations) and
may break some platforms as it bypasses the invalidation mechanisms of
Xen and SGI UV.
This patch reuses the existing TLB flushing mechnaisms instead. We use
NULL as mm to indicate a global invalidation is required.
Fixes 72b252aed506b8 ("mm: send one IPI per CPU to TLB flush all entries after unmapping pages")
Signed-off-by: Nadav Amit <[email protected]>
Cc: Mel Gorman <[email protected]>
Cc: Rik van Riel <[email protected]>
Cc: Dave Hansen <[email protected]>
Cc: Ingo Molnar <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/call-graph-from-postgresql.py')
0 files changed, 0 insertions, 0 deletions