aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorEmil Goode <[email protected]>2014-07-06 01:23:58 +0200
committerRalf Baechle <[email protected]>2014-07-30 20:59:43 +0200
commite5cd534a3125af4aaa2feb7de9f7700d0a8e91d1 (patch)
tree7485269311bbc78ed6af2ed2fc8a8ac41fed54fc /tools/perf/scripts/python
parent0fc0708a8a2e6ff5e9ab633185903831fe478994 (diff)
MIPS: Remove incorrect NULL check in local_flush_tlb_page()
We check that the struct vm_area_struct pointer vma is NULL and then dereference it a few lines below. The intent was to make sure vma is not NULL but this is not necessary since the bug pre-dates GIT history and seem to never have caused a problem. The tlb-4k and tlb-8k versions of local_flush_tlb_page() don't bother checking if vma is NULL, also vma is dereferenced before being passed to local_flush_tlb_page(), thus it is safe to remove this NULL check. Signed-off-by: Emil Goode <[email protected]> Reviewed-by: Jonas Gorski <[email protected]> Acked-by: Maciej W. Rozycki <[email protected]> Cc: Paul Gortmaker <[email protected]> Cc: John Crispin <[email protected]> Cc: [email protected] Cc: [email protected] Cc: [email protected] Patchwork: https://patchwork.linux-mips.org/patch/7264/ Signed-off-by: Ralf Baechle <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions