Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751643AbWIFQmo (ORCPT ); Wed, 6 Sep 2006 12:42:44 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751657AbWIFQmn (ORCPT ); Wed, 6 Sep 2006 12:42:43 -0400 Received: from ebiederm.dsl.xmission.com ([166.70.28.69]:54473 "EHLO ebiederm.dsl.xmission.com") by vger.kernel.org with ESMTP id S1751642AbWIFQmn (ORCPT ); Wed, 6 Sep 2006 12:42:43 -0400 From: ebiederm@xmission.com (Eric W. Biederman) To: Andrew Morton Cc: , , Andi Kleen Subject: [PATCH] x86_64 kexec: Remove experimental mark of kexec Date: Wed, 06 Sep 2006 10:42:00 -0600 Message-ID: User-Agent: Gnus/5.110004 (No Gnus v0.4) Emacs/21.4 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1014 Lines: 30 kexec has been marked experimental for a year now and all of the serious kernel side problems have been worked through. So it is time (if not past time) to remove the experimental mark. --- arch/x86_64/Kconfig | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/arch/x86_64/Kconfig b/arch/x86_64/Kconfig index 756fa38..1adba0f 100644 --- a/arch/x86_64/Kconfig +++ b/arch/x86_64/Kconfig @@ -481,8 +481,7 @@ config X86_MCE_AMD the DRAM Error Threshold. config KEXEC - bool "kexec system call (EXPERIMENTAL)" - depends on EXPERIMENTAL + bool "kexec system call" help kexec is a system call that implements the ability to shutdown your current kernel, and to start another kernel. It is like a reboot -- 1.4.2.rc3.g7e18e-dirty - 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/