[PATCH] sparc: NMI: Remove obsolete comment

Manuel Ebner posted 1 patch 3 weeks, 6 days ago
There is a newer version of this series
arch/sparc/kernel/nmi.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] sparc: NMI: Remove obsolete comment
Posted by Manuel Ebner 3 weeks, 6 days ago
OProfile has been discontinued as of commit 8e9fa2f21151 
("oprofiled version output line removed from the list")

CC: Bhaskar Chowdhury <unixbhaskar@gmail.com>
Signed-off-by: Manuel Ebner <manuelebnerli@mailbox.org>
---
 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