diff options
author | Konstantin V. Arkhipov <voxus@gentoo.org> | 2004-06-15 05:57:36 +0000 |
---|---|---|
committer | Konstantin V. Arkhipov <voxus@gentoo.org> | 2004-06-15 05:57:36 +0000 |
commit | f795776b92b03b7bd527f9058f668da7f9c337c0 (patch) | |
tree | 1a4ef2fc81db430a602200c6fcb0f34bcea3573d /sys-kernel | |
parent | ~amd64 (diff) | |
download | historical-f795776b92b03b7bd527f9058f668da7f9c337c0.tar.gz historical-f795776b92b03b7bd527f9058f668da7f9c337c0.tar.bz2 historical-f795776b92b03b7bd527f9058f668da7f9c337c0.zip |
+ forgotten patch :-(
Diffstat (limited to 'sys-kernel')
-rw-r--r-- | sys-kernel/openmosix-sources/files/openmosix-sources-2.4.22.signal_fix.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/sys-kernel/openmosix-sources/files/openmosix-sources-2.4.22.signal_fix.patch b/sys-kernel/openmosix-sources/files/openmosix-sources-2.4.22.signal_fix.patch new file mode 100644 index 000000000000..e4055140f4b2 --- /dev/null +++ b/sys-kernel/openmosix-sources/files/openmosix-sources-2.4.22.signal_fix.patch @@ -0,0 +1,11 @@ +--- linux-2.4.26/include/asm-i386/i387.h.signal-race 2004-06-14 09:58:10.000000000 +0200 ++++ linux-2.4.26/include/asm-i386/i387.h 2004-06-14 17:05:32.000000000 +0200 +@@ -35,7 +35,7 @@ + + #define clear_fpu( tsk ) do { \ + if ( tsk->flags & PF_USEDFPU ) { \ +- asm volatile("fwait"); \ ++ asm volatile("fnclex; fwait"); \ + tsk->flags &= ~PF_USEDFPU; \ + stts(); \ + } \ |