diff options
author | Chen Li <[email protected]> | 2021-06-28 19:39:56 -0700 |
---|---|---|
committer | Linus Torvalds <[email protected]> | 2021-06-29 10:53:52 -0700 |
commit | 5673a60b80e8d1eaaa1e800e8a85451fd037f63e (patch) | |
tree | 133b4d5e9bbebf4eed984ca5ad9dfb95f269448f /tools/perf/scripts/python | |
parent | 33e3575c5148c9874122d9a5062d58fc570f5ee6 (diff) |
mm: update legacy flush_tlb_* to use vma
1. These tlb flush functions have been using vma instead mm long time
ago, but there is still some comments use mm as parameter.
2. the actual struct we use is vm_area_struct instead of vma_struct.
3. remove unused flush_kern_tlb_page.
Link: https://lkml.kernel.org/r/[email protected]
Signed-off-by: Chen Li <[email protected]>
Acked-by: Geert Uytterhoeven <[email protected]>
Cc: Russell King <[email protected]>
Cc: Jonas Bonn <[email protected]>
Cc: Chris Zankel <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions