commit | 2847e3478c3d8119eedc3e0cb85a308b21f681dd | [log] [tgz] |
---|---|---|
author | Linus Torvalds <torvalds@evo.osdl.org> | Fri Jul 22 18:19:20 2005 -0400 |
committer | Linus Torvalds <torvalds@evo.osdl.org> | Fri Jul 22 18:19:20 2005 -0400 |
tree | 40e24b6a405331ae5fc9ed38b0d4872c84069891 | |
parent | 38afd6adf6bccd7176e88c07cac104d3639aa30d [diff] |
x86: use alternative instructions for fnsave/fxsave too 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.