Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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

authored by

Tal Zussman and committed by
Ingo Molnar
0c01ea92 8b62e64e

-1
-1
include/linux/mm_types.h
··· 1631 1631 TLB_LOCAL_MM_SHOOTDOWN, 1632 1632 TLB_REMOTE_SEND_IPI, 1633 1633 TLB_REMOTE_WRONG_CPU, 1634 - NR_TLB_FLUSH_REASONS, 1635 1634 }; 1636 1635 1637 1636 /**