x86: make restore_fpu() use alternative assembler instructions
authorLinus Torvalds <torvalds@evo.osdl.org>
Fri, 22 Jul 2005 20:06:16 +0000 (16:06 -0400)
committerLinus Torvalds <torvalds@evo.osdl.org>
Fri, 22 Jul 2005 20:06:16 +0000 (16:06 -0400)
It's really just a single instruction, conditional on whether the CPU
supports FXSR or not, so implement it as such instead of making it a
function that queries FXSR dynamically.

This means that the instruction just gets automatically rewritten to the
correct one at boot-time.


No differences found