Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Sun, 3 Nov 2002 09:11:51 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Sun, 3 Nov 2002 09:11:46 -0500 Received: from rwcrmhc53.attbi.com ([204.127.198.39]:28632 "EHLO rwcrmhc53.attbi.com") by vger.kernel.org with ESMTP id ; Sun, 3 Nov 2002 09:11:44 -0500 Message-ID: <3DC53026.5080205@quark.didntduck.org> Date: Sun, 03 Nov 2002 09:18:14 -0500 From: Brian Gerst User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.0) Gecko/20020607 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Alan Cox CC: Brian Gerst , Linus Torvalds , Linux Kernel Mailing List Subject: Re: [PATCH] Dead code in i386 math-emu References: <3DC49ABE.2020801@quark.didntduck.org> <1036327073.29646.4.camel@irongate.swansea.linux.org.uk> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 636 Lines: 22 Alan Cox wrote: > On Sun, 2002-11-03 at 03:40, Brian Gerst wrote: > >>This removes unused non-reentrant code in the fpu emulator. > > > Why remove it - it might actually be useful some day and its doing no > harm ? > Why keep it? All it does is put the variables (28 bytes at most) in global space instead of on the stack. There is no need to have it both ways. -- Brian Gerst - 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/