From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932283AbWJIH2H (ORCPT ); Mon, 9 Oct 2006 03:28:07 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S932287AbWJIH2H (ORCPT ); Mon, 9 Oct 2006 03:28:07 -0400 Received: from mtagate6.de.ibm.com ([195.212.29.155]:20540 "EHLO mtagate6.de.ibm.com") by vger.kernel.org with ESMTP id S932283AbWJIH2F (ORCPT ); Mon, 9 Oct 2006 03:28:05 -0400 Date: Mon, 9 Oct 2006 09:26:38 +0200 From: Heiko Carstens To: Andrew Morton Cc: Martin Schwidefsky , linux-kernel@vger.kernel.org Subject: [patch] Disable DETECT_SOFTLOCKUP for s390. Message-ID: <20061009072638.GA6936@osiris.boeblingen.de.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: mutt-ng/devel-r804 (Linux) Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org From: Heiko Carstens 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 Signed-off-by: Heiko Carstens --- 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",