Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 377353
b: refs/heads/master
c: 8b4d801
h: refs/heads/master
i:
  377351: 4c2a354
v: v3
  • Loading branch information
Oleg Nesterov authored and Ingo Molnar committed Jun 20, 2013
1 parent 9790c15 commit def3207
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: 003002e04ed38618fc37b92ba128f5ca79d39f4f
refs/heads/master: 8b4d801b2b123b6c09742f861fe44a8527b84d47
2 changes: 1 addition & 1 deletion trunk/kernel/events/hw_breakpoint.c
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ static int task_bp_pinned(int cpu, struct perf_event *bp, enum bp_type_idx type)
list_for_each_entry(iter, &bp_task_head, hw.bp_list) {
if (iter->hw.bp_target == tsk &&
find_slot_idx(iter) == type &&
cpu == iter->cpu)
(iter->cpu < 0 || cpu == iter->cpu))
count += hw_breakpoint_weight(iter);
}

Expand Down

0 comments on commit def3207

Please sign in to comment.