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:
15d8791
)
i387: move TS_USEDFPU clearing out of __save_init_fpu and into callers
author
Linus Torvalds
<torvalds@linux-foundation.org>
Thu, 16 Feb 2012 20:22:48 +0000
(12:22 -0800)
committer
Linus Torvalds
<torvalds@linux-foundation.org>
Thu, 16 Feb 2012 20:22:48 +0000
(12:22 -0800)
Touching TS_USEDFPU without touching CR0.TS is confusing, so don't do
it. By moving it into the callers, we always do the TS_USEDFPU next to
the CR0.TS accesses in the source code, and it's much easier to see how
the two go hand in hand.
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
No differences found