* [PATCH] Fix math emulation
@ 2001-07-28 16:01 Brian Gerst
0 siblings, 0 replies; only message in thread
From: Brian Gerst @ 2001-07-28 16:01 UTC (permalink / raw)
To: Linus Torvalds, Alan Cox; +Cc: Linux kernel mailing list
[-- Attachment #1: Type: text/plain, Size: 230 bytes --]
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
[-- Attachment #2: mathemu.diff --]
[-- Type: text/plain, Size: 353 bytes --]
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;
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2001-07-28 16:03 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-07-28 16:01 [PATCH] Fix math emulation Brian Gerst
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox