From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from e23smtp08.au.ibm.com (e23smtp08.au.ibm.com [202.81.31.141]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "e23smtp08.au.ibm.com", Issuer "Equifax" (verified OK)) by ozlabs.org (Postfix) with ESMTPS id 3E3B5B7209 for ; Tue, 15 Nov 2011 13:30:28 +1100 (EST) Received: from /spool/local by e23smtp08.au.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Tue, 15 Nov 2011 02:28:46 +1000 Received: from d23av04.au.ibm.com (d23av04.au.ibm.com [9.190.235.139]) by d23relay03.au.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id pAF2UB301646774 for ; Tue, 15 Nov 2011 13:30:11 +1100 Received: from d23av04.au.ibm.com (loopback [127.0.0.1]) by d23av04.au.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id pAF2UBr0008923 for ; Tue, 15 Nov 2011 13:30:11 +1100 Message-ID: <4EC1CEAF.3040308@in.ibm.com> Date: Tue, 15 Nov 2011 08:00:07 +0530 From: Suzuki Poulose MIME-Version: 1.0 To: Paul Bolle Subject: Re: [PATCH] powerpc/44x: Fix typos '47x' and 'CONFIG_47x' References: <1321309827.20271.146.camel@x61.thuisdomein> In-Reply-To: <1321309827.20271.146.camel@x61.thuisdomein> Content-Type: text/plain; charset=UTF-8; format=flowed Cc: Paul Mackerras , linuxppc-dev@lists.ozlabs.org, linux-kernel@vger.kernel.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On 11/15/11 04:00, Paul Bolle wrote: > Commit 674bfa4855 ("powerpc/44x: Kexec support for PPC440X chipsets") > used the Kconfig symbol '47x', and the macro 'CONFIG_47x'. Neither > exist. These should have been 'PPC_47x' and 'CONFIG_PPC_47x'. Fix these > typos. Thanks for catching this. I have already sent a series which fixes the same. (Sub: Kdump support for PPC440x ). But I think I missed one hunk in the misc_32.S. > > Also fix a related preprocessor check at the top of kexec.h. > Thanks Suzuki From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755337Ab1KOCa3 (ORCPT ); Mon, 14 Nov 2011 21:30:29 -0500 Received: from e23smtp08.au.ibm.com ([202.81.31.141]:48517 "EHLO e23smtp08.au.ibm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755020Ab1KOCaY (ORCPT ); Mon, 14 Nov 2011 21:30:24 -0500 Message-ID: <4EC1CEAF.3040308@in.ibm.com> Date: Tue, 15 Nov 2011 08:00:07 +0530 From: Suzuki Poulose User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.23) Gecko/20110928 Fedora/3.1.15-1.fc14 Thunderbird/3.1.15 MIME-Version: 1.0 To: Paul Bolle CC: Benjamin Herrenschmidt , Paul Mackerras , Josh Boyer , linuxppc-dev@lists.ozlabs.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] powerpc/44x: Fix typos '47x' and 'CONFIG_47x' References: <1321309827.20271.146.camel@x61.thuisdomein> In-Reply-To: <1321309827.20271.146.camel@x61.thuisdomein> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit x-cbid: 11111416-5140-0000-0000-0000003D665E Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 11/15/11 04:00, Paul Bolle wrote: > Commit 674bfa4855 ("powerpc/44x: Kexec support for PPC440X chipsets") > used the Kconfig symbol '47x', and the macro 'CONFIG_47x'. Neither > exist. These should have been 'PPC_47x' and 'CONFIG_PPC_47x'. Fix these > typos. Thanks for catching this. I have already sent a series which fixes the same. (Sub: Kdump support for PPC440x ). But I think I missed one hunk in the misc_32.S. > > Also fix a related preprocessor check at the top of kexec.h. > Thanks Suzuki