dect
/
linux-2.6
Archived
13
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
linux-2.6/Documentation/x86_64
Andi Kleen 9ce883becb [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>
2007-04-24 13:05:37 +02:00
..
boot-options.txt [PATCH] x86: Remove noreplacement option 2007-04-24 13:05:37 +02:00
cpu-hotplug-spec [PATCH] x86-64: cleanup Doc/x86_64/ files 2007-02-13 13:26:23 +01:00
kernel-stacks [PATCH] x86-64: cleanup Doc/x86_64/ files 2007-02-13 13:26:23 +01:00
machinecheck [PATCH] x86-64: Allow to run a program when a machine check event is detected 2007-02-13 13:26:23 +01:00
mm.txt [PATCH] x86-64: cleanup Doc/x86_64/ files 2007-02-13 13:26:23 +01:00