[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <176562043497.498.5430010912843136128.tip-bot2@tip-bot2>
Date: Sat, 13 Dec 2025 10:07:14 -0000
From: "tip-bot2 for Tal Zussman" <tip-bot2@...utronix.de>
To: linux-tip-commits@...r.kernel.org
Cc: Tal Zussman <tz2294@...umbia.edu>, Ingo Molnar <mingo@...nel.org>,
Rik van Riel <riel@...riel.com>, David Hildenbrand <david@...hat.com>,
x86@...nel.org, linux-kernel@...r.kernel.org
Subject: [tip: x86/urgent] mm: Remove tlb_flush_reason::NR_TLB_FLUSH_REASONS
from <linux/mm_types.h>
The following commit has been merged into the x86/urgent branch of tip:
Commit-ID: 0c01ea92f545ca7fcafdda6a8e29b65ef3a5ec74
Gitweb: https://git.kernel.org/tip/0c01ea92f545ca7fcafdda6a8e29b65ef3a5ec74
Author: Tal Zussman <tz2294@...umbia.edu>
AuthorDate: Fri, 12 Dec 2025 04:08:08 -05:00
Committer: Ingo Molnar <mingo@...nel.org>
CommitterDate: Sat, 13 Dec 2025 11:01:16 +01:00
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@...umbia.edu>
Signed-off-by: Ingo Molnar <mingo@...nel.org>
Reviewed-by: Rik van Riel <riel@...riel.com>
Acked-by: David Hildenbrand <david@...hat.com>
Link: https://patch.msgid.link/20251212-tlb-trace-fix-v2-2-d322e0ad9b69@columbia.edu
---
include/linux/mm_types.h | 1 -
1 file changed, 1 deletion(-)
diff --git a/include/linux/mm_types.h b/include/linux/mm_types.h
index 9f6de06..42af229 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,
};
/**
Powered by blists - more mailing lists