[PATCH] Fix math emulation

From: Brian Gerst (bgerst@didntduck.org)
Date: Sat Jul 28 2001 - 11:01:10 EST


There was an optimization done in 2.4.6 which broke the call to the math
emulation code. With ret_from_exception no longer pushed onto the
stack, its placeholder in the math emu struct needs to be removed.

-- 

Brian Gerst

diff -urN linux-2.4.7/include/asm-i386/math_emu.h linux/include/asm-i386/math_emu.h --- linux-2.4.7/include/asm-i386/math_emu.h Thu Jun 22 00:21:37 2000 +++ linux/include/asm-i386/math_emu.h Sat Jul 28 11:28:40 2001 @@ -12,7 +12,6 @@ */ struct info { long ___orig_eip; - long ___ret_from_system_call; long ___ebx; long ___ecx; long ___edx;

- 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/



This archive was generated by hypermail 2b29 : Tue Jul 31 2001 - 21:00:38 EST