aboutsummaryrefslogtreecommitdiffstats
path: root/net/wanrouter
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2012-02-16 15:45:23 -0800
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2012-02-29 16:34:24 -0800
commit06f4bbda338e6aa42497b76a16cf38e2fdd29885 (patch)
tree44043db28eba5ca331f2059ca2affcab233af430 /net/wanrouter
parent9221484f11c3902bfc84e18e6c6f50f8739134a7 (diff)
downloadkernel_samsung_crespo-06f4bbda338e6aa42497b76a16cf38e2fdd29885.zip
kernel_samsung_crespo-06f4bbda338e6aa42497b76a16cf38e2fdd29885.tar.gz
kernel_samsung_crespo-06f4bbda338e6aa42497b76a16cf38e2fdd29885.tar.bz2
i387: do not preload FPU state at task switch time
commit b3b0870ef3ffed72b92415423da864f440f57ad6 upstream. Yes, taking the trap to re-load the FPU/MMX state is expensive, but so is spending several days looking for a bug in the state save/restore code. And the preload code has some rather subtle interactions with both paravirtualization support and segment state restore, so it's not nearly as simple as it should be. Also, now that we no longer necessarily depend on a single bit (ie TS_USEDFPU) for keeping track of the state of the FPU, we migth be able to do better. If we are really switching between two processes that keep touching the FP state, save/restore is inevitable, but in the case of having one process that does most of the FPU usage, we may actually be able to do much better than the preloading. In particular, we may be able to keep track of which CPU the process ran on last, and also per CPU keep track of which process' FP state that CPU has. For modern CPU's that don't destroy the FPU contents on save time, that would allow us to do a lazy restore by just re-enabling the existing FPU state - with no restore cost at all! Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'net/wanrouter')
0 files changed, 0 insertions, 0 deletions