From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from e28smtp09.in.ibm.com (e28smtp09.in.ibm.com [122.248.162.9]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "e28smtp09.in.ibm.com", Issuer "Equifax" (verified OK)) by ozlabs.org (Postfix) with ESMTPS id CD9F2B70BB for ; Mon, 10 Oct 2011 21:01:53 +1100 (EST) Received: from /spool/local by in.ibm.com with XMail ESMTP for from ; Mon, 10 Oct 2011 15:27:34 +0530 Received: from d28av04.in.ibm.com (d28av04.in.ibm.com [9.184.220.66]) by d28relay05.in.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id p9A9vOIq3567734 for ; Mon, 10 Oct 2011 15:27:24 +0530 Received: from d28av04.in.ibm.com (loopback [127.0.0.1]) by d28av04.in.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id p9A9vL8g012667 for ; Mon, 10 Oct 2011 20:57:24 +1100 From: "Suzuki K. Poulose" Subject: [PATCH 3/3] [44x] Enable CRASH_DUMP for 440x To: linux ppc dev Date: Mon, 10 Oct 2011 15:27:19 +0530 Message-ID: <20111010095658.16589.20964.stgit@suzukikp.in.ibm.com> In-Reply-To: <20111010094627.16589.52367.stgit@suzukikp.in.ibm.com> References: <20111010094627.16589.52367.stgit@suzukikp.in.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Cc: Michal Simek , tmarri@apm.com, Mahesh Jagannath Salgaonkar , Dave Hansen , David Laight , "Suzuki K. Poulose" , Scott Wood , linuxppc-dev , Vivek Goyal List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Now that we have relocatable kernel, supporting CRASH_DUMP only requires turning the switches on for UP machines. We don't have kexec support on 47x yet. Enabling SMP support would be done as part of enabling the PPC_47x support. Signed-off-by: Suzuki K. Poulose Cc: Josh Boyer Cc: Benjamin Herrenschmidt Cc: linuxppc-dev --- arch/powerpc/Kconfig | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/powerpc/Kconfig b/arch/powerpc/Kconfig index 99558d6..fc41ce5 100644 --- a/arch/powerpc/Kconfig +++ b/arch/powerpc/Kconfig @@ -362,8 +362,8 @@ config KEXEC config CRASH_DUMP bool "Build a kdump crash kernel" - depends on PPC64 || 6xx || FSL_BOOKE - select RELOCATABLE if PPC64 || FSL_BOOKE + depends on PPC64 || 6xx || FSL_BOOKE || (44x && !SMP) + select RELOCATABLE if PPC64 || FSL_BOOKE || 44x help Build a kernel suitable for use as a kdump capture kernel. The same kernel binary can be used as production kernel and dump