diff options
| author | Tal Zussman <tz2294@columbia.edu> | 2025-12-12 04:08:08 -0500 |
|---|---|---|
| committer | Ingo Molnar <mingo@kernel.org> | 2025-12-12 10:18:21 +0100 |
| commit | 581a8b7b1e1e2ac53d6c150e4b592ae69aeea2e4 (patch) | |
| tree | d5947a3de4741f759ca8fb1a11bfb98339015b4f | |
| parent | 2d130eeeaff6c7129b443d12009f405cc98de86e (diff) | |
| download | tip-581a8b7b1e1e2ac53d6c150e4b592ae69aeea2e4.tar.gz | |
mm: Remove tlb_flush_reason::NR_TLB_FLUSH_REASONS from <linux/mm_types.h>
Notice: this object is not reachable from any branch.
x86-urgent-2025-12-12This has been unused since it was added 11 years ago in:
d17d8f9dedb9 ("x86/mm: Add tracepoints for TLB flushes")
Signed-off-by: Tal Zussman <tz2294@columbia.edu>
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Reviewed-by: Rik van Riel <riel@surriel.com>
Acked-by: David Hildenbrand <david@redhat.com>
Link: https://patch.msgid.link/20251212-tlb-trace-fix-v2-2-d322e0ad9b69@columbia.edu
Notice: this object is not reachable from any branch.
| -rw-r--r-- | include/linux/mm_types.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/mm_types.h b/include/linux/mm_types.h index 9f6de068295d30..42af2292951d4f 100644 --- a/include/linux/mm_types.h +++ b/include/linux/mm_types.h @@ -1631,7 +1631,6 @@ enum tlb_flush_reason { TLB_LOCAL_MM_SHOOTDOWN, TLB_REMOTE_SEND_IPI, TLB_REMOTE_WRONG_CPU, - NR_TLB_FLUSH_REASONS, }; /** |
