浏览代码

[PATCH] Disable DETECT_SOFTLOCKUP for s390

We got several false bug reports because of enabled
CONFIG_DETECT_SOFTLOCKUP.  Disable soft lockup detection on s390, since it
doesn't work on a virtualized architecture.

Cc: Martin Schwidefsky <schwidefsky@de.ibm.com>
Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Heiko Carstens 18 年之前
父节点
当前提交
dea20a3fbd
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      lib/Kconfig.debug

+ 1 - 1
lib/Kconfig.debug

@@ -71,7 +71,7 @@ config LOG_BUF_SHIFT
 
 
 config DETECT_SOFTLOCKUP
 config DETECT_SOFTLOCKUP
 	bool "Detect Soft Lockups"
 	bool "Detect Soft Lockups"
-	depends on DEBUG_KERNEL
+	depends on DEBUG_KERNEL && !S390
 	default y
 	default y
 	help
 	help
 	  Say Y here to enable the kernel to detect "soft lockups",
 	  Say Y here to enable the kernel to detect "soft lockups",