mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [patch] Disable DETECT_SOFTLOCKUP for s390.
@ 2006-10-09  7:26 Heiko Carstens
  0 siblings, 0 replies; only message in thread
From: Heiko Carstens @ 2006-10-09  7:26 UTC (permalink / raw)
  To: Andrew Morton; +Cc: Martin Schwidefsky, linux-kernel

From: Heiko Carstens <heiko.carstens@de.ibm.com>

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>
---
 lib/Kconfig.debug |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

Index: linux-2.6/lib/Kconfig.debug
===================================================================
--- linux-2.6.orig/lib/Kconfig.debug	2006-10-09 09:15:26.000000000 +0200
+++ linux-2.6/lib/Kconfig.debug	2006-10-09 09:25:17.000000000 +0200
@@ -71,7 +71,7 @@
 
 config DETECT_SOFTLOCKUP
 	bool "Detect Soft Lockups"
-	depends on DEBUG_KERNEL
+	depends on DEBUG_KERNEL && !S390
 	default y
 	help
 	  Say Y here to enable the kernel to detect "soft lockups",

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2006-10-09  7:28 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-10-09  7:26 [patch] Disable DETECT_SOFTLOCKUP for s390 Heiko Carstens

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®