Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 57581
b: refs/heads/master
c: ef36fc3
h: refs/heads/master
i:
  57579: 50577ea
v: v3
  • Loading branch information
Ralf Baechle committed Jun 11, 2007
1 parent acdba94 commit 559d5ba
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: 7a6d4f38744e6453ec3bd359f751c34923207735
refs/heads/master: ef36fc3c5b37111d41827d00536364667a923235
4 changes: 2 additions & 2 deletions trunk/arch/mips/kernel/smtc.c
Original file line number Diff line number Diff line change
Expand Up @@ -611,12 +611,12 @@ void smtc_cpus_done(void)
int setup_irq_smtc(unsigned int irq, struct irqaction * new,
unsigned long hwmask)
{
#ifdef CONFIG_SMTC_IDLE_HOOK_DEBUG
unsigned int vpe = current_cpu_data.vpe_id;

irq_hwmask[irq] = hwmask;
#ifdef CONFIG_SMTC_IDLE_HOOK_DEBUG
vpemask[vpe][irq - MIPSCPU_INT_BASE] = 1;
#endif
irq_hwmask[irq] = hwmask;

return setup_irq(irq, new);
}
Expand Down

0 comments on commit 559d5ba

Please sign in to comment.