Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 275601
b: refs/heads/master
c: 78345d2
h: refs/heads/master
i:
  275599: 08ca238
v: v3
  • Loading branch information
Rabin Vincent authored and Ingo Molnar committed Nov 14, 2011
1 parent d4c3610 commit b95879d
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: 6fd36ba02132c61f67ebefff77fe710bd38ba95a
refs/heads/master: 78345d2edc25e001558f3b7c85906f645d38d23c
2 changes: 1 addition & 1 deletion trunk/arch/x86/kernel/alternative.c
Original file line number Diff line number Diff line change
Expand Up @@ -738,5 +738,5 @@ void __kprobes text_poke_smp_batch(struct text_poke_param *params, int n)

atomic_set(&stop_machine_first, 1);
wrote_text = 0;
__stop_machine(stop_machine_text_poke, (void *)&tpp, NULL);
__stop_machine(stop_machine_text_poke, (void *)&tpp, cpu_online_mask);
}

0 comments on commit b95879d

Please sign in to comment.