Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 221014
b: refs/heads/master
c: 404ba5d
h: refs/heads/master
v: v3
  • Loading branch information
Jason Baron authored and H. Peter Anvin committed Oct 29, 2010
1 parent 9e70a40 commit 56207fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 5c1eb08936693cd78c71164c8bea0b086ae72c67
refs/heads/master: 404ba5d7bb958d3d788bdaa0debc0bdf60f13ffe
2 changes: 1 addition & 1 deletion trunk/arch/x86/kernel/alternative.c
Original file line number Diff line number Diff line change
Expand Up @@ -638,7 +638,7 @@ void *__kprobes text_poke_smp(void *addr, const void *opcode, size_t len)
atomic_set(&stop_machine_first, 1);
wrote_text = 0;
/* Use __stop_machine() because the caller already got online_cpus. */
__stop_machine(stop_machine_text_poke, (void *)&tpp, NULL);
__stop_machine(stop_machine_text_poke, (void *)&tpp, cpu_online_mask);
return addr;
}

Expand Down

0 comments on commit 56207fe

Please sign in to comment.