Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753744AbYHUOVc (ORCPT ); Thu, 21 Aug 2008 10:21:32 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1754661AbYHUOU4 (ORCPT ); Thu, 21 Aug 2008 10:20:56 -0400 Received: from gate.crashing.org ([63.228.1.57]:50758 "EHLO gate.crashing.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753744AbYHUOUz (ORCPT ); Thu, 21 Aug 2008 10:20:55 -0400 Cc: linux-kernel@vger.kernel.org, linuxppc-dev@ozlabs.org, davem@davemloft.net Message-Id: From: Kumar Gala To: Stephen Rothwell In-Reply-To: <20080821234935.33de917e.sfr@canb.auug.org.au> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v926) Subject: Re: [PATCH] math-emu: Fix compiler warnings Date: Thu, 21 Aug 2008 09:20:26 -0500 References: <1219323021-7273-1-git-send-email-galak@kernel.crashing.org> <20080821234935.33de917e.sfr@canb.auug.org.au> X-Mailer: Apple Mail (2.926) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1137 Lines: 38 On Aug 21, 2008, at 8:49 AM, Stephen Rothwell wrote: > Hi Kumar, > > On Thu, 21 Aug 2008 07:50:20 -0500 Kumar Gala > wrote: >> >> Fix warnings of the form: >> arch/powerpc/math-emu/fsubs.c:15: warning: 'R_f1' may be used >> uninitialized in this function >> arch/powerpc/math-emu/fsubs.c:15: warning: 'R_f0' may be used >> uninitialized in this function >> >> Signed-off-by: Kumar Gala >> --- >> >> I intend these patches to go via the powerpc.git tree if no one has >> issues. >> >> - k >> >> include/math-emu/op-2.h | 2 +- > > Are you modifying the right file here? There is also > arch/powerpc/math-emu/op-2.h which contains the same construct. I forgot to mention this is a precursor to moving arch/powerpc to using the generic math-emu code in include/math-emu/ I don't see any reason to fixup the old code. - k -- 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/