Skip to content

Commit 0c01ea9

Browse files
tzussmaningomolnar
authored andcommitted
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: d17d8f9 ("x86/mm: Add tracepoints for TLB flushes") Signed-off-by: Tal Zussman <[email protected]> Signed-off-by: Ingo Molnar <[email protected]> Reviewed-by: Rik van Riel <[email protected]> Acked-by: David Hildenbrand <[email protected]> Link: https://patch.msgid.link/[email protected]
1 parent 8b62e64 commit 0c01ea9

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

include/linux/mm_types.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1631,7 +1631,6 @@ enum tlb_flush_reason {
16311631
TLB_LOCAL_MM_SHOOTDOWN,
16321632
TLB_REMOTE_SEND_IPI,
16331633
TLB_REMOTE_WRONG_CPU,
1634-
NR_TLB_FLUSH_REASONS,
16351634
};
16361635

16371636
/**

0 commit comments

Comments
 (0)