Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 377354
b: refs/heads/master
c: c790b0a
h: refs/heads/master
v: v3
  • Loading branch information
Oleg Nesterov authored and Ingo Molnar committed Jun 20, 2013
1 parent def3207 commit 4b0c235
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: 8b4d801b2b123b6c09742f861fe44a8527b84d47
refs/heads/master: c790b0ad23f427c7522ffed264706238c57c007e
4 changes: 2 additions & 2 deletions trunk/kernel/events/hw_breakpoint.c
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ fetch_bp_busy_slots(struct bp_busy_slots *slots, struct perf_event *bp,
return;
}

for_each_online_cpu(cpu) {
for_each_possible_cpu(cpu) {
unsigned int nr;

nr = per_cpu(nr_cpu_bp_pinned[type], cpu);
Expand Down Expand Up @@ -235,7 +235,7 @@ toggle_bp_slot(struct perf_event *bp, bool enable, enum bp_type_idx type,
if (cpu >= 0) {
toggle_bp_task_slot(bp, cpu, enable, type, weight);
} else {
for_each_online_cpu(cpu)
for_each_possible_cpu(cpu)
toggle_bp_task_slot(bp, cpu, enable, type, weight);
}

Expand Down

0 comments on commit 4b0c235

Please sign in to comment.