From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Wed, 10 Jul 2013 12:01:33 +1000 From: Michael Ellerman To: Kevin Hao Subject: Re: [PATCH 1/2] powerpc/math-emu: remove the dead code in math.c Message-ID: <20130710020132.GA7491@concordia> References: <1373420623-24869-1-git-send-email-haokexin@gmail.com> <1373420623-24869-2-git-send-email-haokexin@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: <1373420623-24869-2-git-send-email-haokexin@gmail.com> Cc: linuxppc List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Wed, Jul 10, 2013 at 09:43:42AM +0800, Kevin Hao wrote: > The math.c is only built when CONFIG_MATH_EMULATION is enabled. > So we would never get into the case that CONFIG_MATH_EMULATION > is not defined in this file. Any idea why we have that there? ie. have the config symbols changed over time or was this always dead code? cheers