Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 64769
b: refs/heads/master
c: a534b67
h: refs/heads/master
i:
  64767: 05c18eb
v: v3
  • Loading branch information
Andi Kleen authored and Linus Torvalds committed Sep 11, 2007
1 parent cfb179a commit b2a2c96
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 23d5ea5d3edcfe899cd91fca87a4af799bcc5794
refs/heads/master: a534b679180025aa324ebd63c05516e478551cfd
6 changes: 2 additions & 4 deletions trunk/arch/i386/kernel/alternative.c
Original file line number Diff line number Diff line change
Expand Up @@ -445,8 +445,6 @@ void __kprobes text_poke(void *addr, unsigned char *opcode, int len)
{
memcpy(addr, opcode, len);
sync_core();
/* Not strictly needed, but can speed CPU recovery up. Ignore cross cacheline
case. */
if (cpu_has_clflush)
asm("clflush (%0) " :: "r" (addr) : "memory");
/* Could also do a CLFLUSH here to speed up CPU recovery; but
that causes hangs on some VIA CPUs. */
}

0 comments on commit b2a2c96

Please sign in to comment.