diff options
author | Andi Kleen <ak@suse.de> | 2007-04-24 13:05:37 +0200 |
---|---|---|
committer | Andi Kleen <andi@basil.nowhere.org> | 2007-04-24 13:05:37 +0200 |
commit | 9ce883becb83190061369940de9c415595836c9b (patch) | |
tree | 61f2a1717e7d46751559a3dc897c05de8dfdb6d5 /arch/m32r/defconfig | |
parent | cf6387daf8858bdcb3e123034ca422e8979d73f1 (diff) |
[PATCH] x86: Remove noreplacement option
noreplacement is dangerous on modern systems because it will not replace the
context switch FNSAVE with SSE aware FXSAVE. But other places in the kernel still assume
SSE and do FXSAVE and the CPU will then access FXSAVE information with
FNSAVE and cause corruption.
Easiest way to avoid this is to remove the option. It was mostly for paranoia
reasons anyways and alternative()s have been stable for some time.
Thanks to Jeremy F. for reporting and helping debug it.
Signed-off-by: Andi Kleen <ak@suse.de>
Diffstat (limited to 'arch/m32r/defconfig')
0 files changed, 0 insertions, 0 deletions