git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
38afd6a
)
x86: use alternative instructions for fnsave/fxsave too
author
Linus Torvalds
<torvalds@evo.osdl.org>
Fri, 22 Jul 2005 22:19:20 +0000
(18:19 -0400)
committer
Linus Torvalds
<torvalds@evo.osdl.org>
Fri, 22 Jul 2005 22:19:20 +0000
(18:19 -0400)
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.
No differences found