diff options
author | Rusty Russell <[email protected]> | 2009-10-26 14:26:04 +1030 |
---|---|---|
committer | Ingo Molnar <[email protected]> | 2009-10-26 12:33:02 +0100 |
commit | ae1b22f6e46c03cede7cea234d0bf2253b4261cf (patch) | |
tree | 3a38eb7c35cf3fad8816f87cfbb0c19c079d7101 /tools/perf/scripts/python/syscall-counts.py | |
parent | 14a3f40aafacde1dfd6912327ae14df4baf10304 (diff) |
x86: Side-step lguest problem by only building cmpxchg8b_emu for pre-Pentium
Commit 79e1dd05d1a22 "x86: Provide an alternative() based
cmpxchg64()" broke lguest, even on systems which have cmpxchg8b
support. The emulation code gets used until alternatives get
run, but it contains native instructions, not their paravirt
alternatives.
The simplest fix is to turn this code off except for 386 and 486
builds.
Reported-by: Johannes Stezenbach <[email protected]>
Signed-off-by: Rusty Russell <[email protected]>
Acked-by: H. Peter Anvin <[email protected]>
Cc: [email protected]
Cc: Arjan van de Ven <[email protected]>
Cc: Jeremy Fitzhardinge <[email protected]>
Cc: Linus Torvalds <[email protected]>
LKML-Reference: <[email protected]>
Signed-off-by: Ingo Molnar <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/syscall-counts.py')
0 files changed, 0 insertions, 0 deletions