Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758927AbYFZRvk (ORCPT ); Thu, 26 Jun 2008 13:51:40 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752277AbYFZRu6 (ORCPT ); Thu, 26 Jun 2008 13:50:58 -0400 Received: from cantor.suse.de ([195.135.220.2]:49918 "EHLO mx1.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751953AbYFZRu5 (ORCPT ); Thu, 26 Jun 2008 13:50:57 -0400 From: Bernhard Walle To: jwboyer@gmail.com Cc: linuxppc-dev@ozlabs.org, kexec@lists.infradead.org, linux-kernel@vger.kernel.org, vgoyal@redhat.com, Bernhard Walle Subject: [PATCH] Remove experimental status of kdump on PPC64 Date: Thu, 26 Jun 2008 19:02:15 +0200 Message-Id: <1214499735-20951-1-git-send-email-bwalle@suse.de> X-Mailer: git-send-email 1.5.6 In-Reply-To: <1214494132.2791.0.camel@weaponx> References: <1214494132.2791.0.camel@weaponx> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1198 Lines: 35 This patch removes the experimental status of kdump on PPC64. kdump is on PPC64 now since more than one year and it has proven to be stable. For i386/x86_64, a similar patch has been accepted by Ingo Molnar and Vivek Goyal. Signed-off-by: Bernhard Walle --- arch/powerpc/Kconfig | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/powerpc/Kconfig b/arch/powerpc/Kconfig index 3934e26..2a116b9 100644 --- a/arch/powerpc/Kconfig +++ b/arch/powerpc/Kconfig @@ -308,8 +308,8 @@ config KEXEC strongly in flux, so no good recommendation can be made. config CRASH_DUMP - bool "Build a kdump crash kernel (EXPERIMENTAL)" - depends on PPC_MULTIPLATFORM && PPC64 && EXPERIMENTAL + bool "Build a kdump crash kernel" + depends on PPC_MULTIPLATFORM && PPC64 help Build a kernel suitable for use as a kdump capture kernel. The kernel will be linked at a different address than normal, and -- 1.5.6 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/