Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 156393
b: refs/heads/master
c: 008ee96
h: refs/heads/master
i:
  156391: 4c3eda0
v: v3
  • Loading branch information
Raghu Gandham authored and Ralf Baechle committed Aug 3, 2009
1 parent a8749b6 commit 22791da
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: 484889fc85a223ef56edc31828b86751b2296b7c
refs/heads/master: 008ee96f1204225503934cb57ac38c49f519c7ab
2 changes: 1 addition & 1 deletion trunk/arch/mips/mti-malta/malta-int.c
Original file line number Diff line number Diff line change
Expand Up @@ -331,6 +331,7 @@ static struct irqaction irq_call = {
.flags = IRQF_DISABLED|IRQF_PERCPU,
.name = "IPI_call"
};
#endif /* CONFIG_MIPS_MT_SMP */

static int gic_resched_int_base;
static int gic_call_int_base;
Expand All @@ -346,7 +347,6 @@ unsigned int plat_ipi_resched_int_xlate(unsigned int cpu)
{
return GIC_RESCHED_INT(cpu);
}
#endif /* CONFIG_MIPS_MT_SMP */

static struct irqaction i8259irq = {
.handler = no_action,
Expand Down

0 comments on commit 22791da

Please sign in to comment.