Re: [PATCH] Dead code in i386 math-emu

Brian Gerst (bgerst@didntduck.org)
Sun, 03 Nov 2002 09:18:14 -0500


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/