[PATCH] sparc: NMI: Remove obsolete comment

From: Manuel Ebner

Date: Sun Aug 30 2026 - 08:56:29 EST


OProfile has been discontinued as of commit 8e9fa2f21151
("oprofiled version output line removed from the list")

CC: Bhaskar Chowdhury <unixbhaskar@xxxxxxxxx>
Signed-off-by: Manuel Ebner <manuelebnerli@xxxxxxxxxxx>
---
arch/sparc/kernel/nmi.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/sparc/kernel/nmi.c b/arch/sparc/kernel/nmi.c
index 149adc094..1571d6298 100644
--- a/arch/sparc/kernel/nmi.c
+++ b/arch/sparc/kernel/nmi.c
@@ -41,7 +41,7 @@ static int panic_on_timeout;
* <0: the NMI watchdog has not been set up, and cannot be enabled
* 0: the NMI watchdog is disabled, but can be enabled
*/
-atomic_t nmi_active = ATOMIC_INIT(0); /* oprofile uses this */
+atomic_t nmi_active = ATOMIC_INIT(0);
EXPORT_SYMBOL(nmi_active);
static int nmi_init_done;
static unsigned int nmi_hz = HZ;
--
2.54.0