aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTal Zussman <tz2294@columbia.edu>2025-12-12 04:08:08 -0500
committerIngo Molnar <mingo@kernel.org>2025-12-13 11:01:16 +0100
commit0c01ea92f545ca7fcafdda6a8e29b65ef3a5ec74 (patch)
treeae05a4d98bdbce18e55778ee20d04968b295e443
parent8b62e64e6d30fa047b3aefb1a36e1f80c8acb3d2 (diff)
downloadtip-0c01ea92f545ca7fcafdda6a8e29b65ef3a5ec74.tar.gz
mm: Remove tlb_flush_reason::NR_TLB_FLUSH_REASONS from <linux/mm_types.h>
This 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
-rw-r--r--include/linux/mm_types.h1
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,
};
/**