• Linus Torvalds's avatar
    x86: use alternative instructions for fnsave/fxsave too · 2847e347
    Linus Torvalds authored
    This one ends up using an inline asm format that claims to read memory
    and then clobber it (rather than just write it directly), which made it
    easier to use the existing "alternative_input()" infrastructure support.
    
    Now the fxsave code matches the fxrstor.
    2847e347
i387.h 2.79 KB