commit | a534b679180025aa324ebd63c05516e478551cfd | [log] [tgz] |
---|---|---|
author | Andi Kleen <ak@suse.de> | Thu Sep 06 16:59:52 2007 +0200 |
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | Mon Sep 10 18:57:47 2007 -0700 |
tree | f89dc89909bcd9f67dc10da44314e75753785df8 | |
parent | 23d5ea5d3edcfe899cd91fca87a4af799bcc5794 [diff] |
x86_64: Remove CLFLUSH in text_poke() The CLFLUSH for the modified code line in text_poke was supposed to speed up CPU recovery. Unfortunately it seems to cause hangs on some VIA C3s (at least on VIA Esther Model 10 Stepping 9) Remove it. Thanks to Stefan Becker for reporting/testing. Signed-off-by: Andi Kleen <ak@suse.de> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>