Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "x86: Side-step lguest problem by only building cmpxchg8b_emu …
…for pre-Pentium" This reverts commit ae1b22f. As Linus said in 982d007: "There was something really messy about cmpxchg8b and clone CPU's, so if you enable it on other CPUs later, do it carefully." This breaks lguest for those configs, but we can fix that by emulating if we have to. Fixes: http://bugzilla.kernel.org/show_bug.cgi?id=14884 Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> LKML-Reference: <201001051248.49700.rusty@rustcorp.com.au> Cc: stable@kernel.org Signed-off-by: H. Peter Anvin <hpa@zytor.com>
- Loading branch information