Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 56279
b: refs/heads/master
c: 28820d9
h: refs/heads/master
i:
  56277: b03f39e
  56275: a08de7a
  56271: a710654
v: v3
  • Loading branch information
Geoff Levand authored and Paul Mackerras committed May 12, 2007
1 parent d1c26dc commit 8f899a2
Show file tree
Hide file tree
Showing 2 changed files with 5 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: fd6e9d3945ee122eb513ada8b17296d243c1ce5e
refs/heads/master: 28820d9f793b4d9998d5d4132b8bab0ec9bf6ec3
6 changes: 4 additions & 2 deletions trunk/arch/powerpc/platforms/ps3/smp.c
Original file line number Diff line number Diff line change
Expand Up @@ -118,9 +118,11 @@ static void __init ps3_smp_setup_cpu(int cpu)
DBG("%s:%d: (%d, %d) => virq %u\n",
__func__, __LINE__, cpu, i, virqs[i]);

result = request_irq(virqs[i], ipi_function_handler,
IRQF_DISABLED, names[i], (void*)(long)i);

request_irq(virqs[i], ipi_function_handler, IRQF_DISABLED,
names[i], (void*)(long)i);
if (result)
virqs[i] = NO_IRQ;
}

ps3_register_ipi_debug_brk(cpu, virqs[PPC_MSG_DEBUGGER_BREAK]);
Expand Down

0 comments on commit 8f899a2

Please sign in to comment.