Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 53804 | Differences between
and this patch

Collapse All | Expand All

(-)linux-2.4.26/include/asm-i386/i387.h.signal-race (-1 / +1 lines)
Lines 35-41 Link Here
35
35
36
#define clear_fpu( tsk ) do { \
36
#define clear_fpu( tsk ) do { \
37
	if ( tsk->flags & PF_USEDFPU ) { \
37
	if ( tsk->flags & PF_USEDFPU ) { \
38
		asm volatile("fwait"); \
38
		asm volatile("fnclex; fwait"); \
39
		tsk->flags &= ~PF_USEDFPU; \
39
		tsk->flags &= ~PF_USEDFPU; \
40
		stts(); \
40
		stts(); \
41
	} \
41
	} \

Return to bug 53804