From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by ozlabs.org (Postfix) with ESMTP id 9C672B6F8F for ; Thu, 10 Nov 2011 21:09:37 +1100 (EST) Message-ID: <4EBBA2B4.6070005@redhat.com> Date: Thu, 10 Nov 2011 18:08:52 +0800 From: Cong Wang MIME-Version: 1.0 To: Mahesh J Salgaonkar Subject: Re: [RFC PATCH v4 05/10] fadump: Convert firmware-assisted cpu state dump data into elf notes. References: <20111107095215.1997.14866.stgit@mars.in.ibm.com> <20111107095553.1997.68645.stgit@mars.in.ibm.com> In-Reply-To: <20111107095553.1997.68645.stgit@mars.in.ibm.com> Content-Type: text/plain; charset=UTF-8; format=flowed Cc: Linux Kernel , Milton Miller , linuxppc-dev , Anton Blanchard , "Eric W. Biederman" List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , 于 2011年11月07日 17:55, Mahesh J Salgaonkar 写道: > +#ifdef CONFIG_FA_DUMP > + crash_fadump(regs, str); > +#endif > + Please make it a nop for !CONFIG_FA_DUMP.