• Robert Love's avatar
    [PATCH] make raid5 checksums preempt-safe, take two · ac3f75f4
    Robert Love authored
    The raid5 xor checksums use MMX/SSE state and are not preempt-safe.
    
    Attached patch disables preemption in FPU_SAVE and XMMS_SAVE and
    restores it in FPU_RESTORE and XMMS_RESTORE - preventing preemption
    while in fp mode.
    ac3f75f4
xor.h 7.81 KB