VisionFive2 Linux kernel

StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)

More than 9999 Commits   32 Branches   54 Tags
author: John Ogness <john.ogness@linutronix.de> 2021-07-15 21:39:57 +0206 committer: Petr Mladek <pmladek@suse.com> 2021-07-26 15:09:44 +0200 commit: 85e3e7fbbb720b9897fba9a99659e31cbd1c082e parent: 93d102f094be9beab28e5afb656c188b16a3793b
Commit Summary:
printk: remove NMI tracking
Diffstat:
1 file changed, 0 insertions, 5 deletions
diff --git a/init/Kconfig b/init/Kconfig
index a61c92066c2e..9c0510693543 100644
--- a/init/Kconfig
+++ b/init/Kconfig
@@ -1506,11 +1506,6 @@ config PRINTK
 	  very difficult to diagnose system problems, saying N here is
 	  strongly discouraged.
 
-config PRINTK_NMI
-	def_bool y
-	depends on PRINTK
-	depends on HAVE_NMI
-
 config BUG
 	bool "BUG() support" if EXPERT
 	default y