Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 185912
b: refs/heads/master
c: e5a1101
h: refs/heads/master
v: v3
  • Loading branch information
Masami Hiramatsu authored and Ingo Molnar committed Mar 4, 2010
1 parent c2f8b86 commit e93fec2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 32cb0dd50672056e510ccab442dc9c3a03be649e
refs/heads/master: e5a11016643d1ab7172193591506d33a844734cc
4 changes: 2 additions & 2 deletions trunk/arch/x86/kernel/alternative.c
Original file line number Diff line number Diff line change
Expand Up @@ -595,8 +595,8 @@ static int __kprobes stop_machine_text_poke(void *data)
wrote_text = 1;
} else {
while (!wrote_text)
smp_rmb();
sync_core();
cpu_relax();
smp_mb(); /* Load wrote_text before following execution */
}

flush_icache_range((unsigned long)tpp->addr,
Expand Down

0 comments on commit e93fec2

Please sign in to comment.