• Andi Kleen's avatar
    [PATCH] x86_64: Fix FPU corruption · ff5c16c4
    Andi Kleen authored
    This reverts an earlier patch that was found to cause FPU
    state corruption. I think the corruption happens because
    unlazy_fpu() can cause FPU exceptions and when it happens
    after the current switch some processing would affect
    the state in the wrong process.
    
    Thanks to  Douglas Crosher and Tom Hughes for testing.
    
    Cc: jbeulich@novell.com
    Signed-off-by: default avatarAndi Kleen <ak@suse.de>
    Signed-off-by: default avatarChris Wright <chrisw@sous-sol.org>
    ff5c16c4
process.c 19.2 KB