Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 188391
b: refs/heads/master
c: ddee87f
h: refs/heads/master
i:
  188389: 345a716
  188387: 83b900e
  188383: 3a50c83
v: v3
  • Loading branch information
Will Deacon authored and Russell King committed Mar 13, 2010
1 parent b74bba8 commit f82318f
Show file tree
Hide file tree
Showing 2 changed files with 3 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: a91ed072d6135926c296a42b0b46de35e6347845
refs/heads/master: ddee87f208b6229d2910dd5930c87089dc56c87e
3 changes: 2 additions & 1 deletion trunk/arch/arm/kernel/perf_event.c
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,8 @@ armpmu_reserve_hardware(void)

for (i = 0; i < pmu_irqs->num_irqs; ++i) {
err = request_irq(pmu_irqs->irqs[i], armpmu->handle_irq,
IRQF_DISABLED, "armpmu", NULL);
IRQF_DISABLED | IRQF_NOBALANCING,
"armpmu", NULL);
if (err) {
pr_warning("unable to request IRQ%d for ARM "
"perf counters\n", pmu_irqs->irqs[i]);
Expand Down

0 comments on commit f82318f

Please sign in to comment.