Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 9467
b: refs/heads/master
c: a06f546
h: refs/heads/master
i:
  9465: 4203cb7
  9463: 86b2327
v: v3
  • Loading branch information
Catalin Marinas authored and Russell King committed Sep 30, 2005
1 parent 43977c0 commit e8c5f49
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 481467d6fa4489aa42321a067e78bad26349488f
refs/heads/master: a06f5466c4576dcbf838a50a87903b0082774da7
2 changes: 2 additions & 0 deletions trunk/arch/arm/common/gic.c
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ static void gic_unmask_irq(unsigned int irq)
writel(mask, gic_dist_base + GIC_DIST_ENABLE_SET + (irq / 32) * 4);
}

#ifdef CONFIG_SMP
static void gic_set_cpu(struct irqdesc *desc, unsigned int irq, unsigned int cpu)
{
void __iomem *reg = gic_dist_base + GIC_DIST_TARGET + (irq & ~3);
Expand All @@ -78,6 +79,7 @@ static void gic_set_cpu(struct irqdesc *desc, unsigned int irq, unsigned int cpu
val |= 1 << (cpu + shift);
writel(val, reg);
}
#endif

static struct irqchip gic_chip = {
.ack = gic_ack_irq,
Expand Down

0 comments on commit e8c5f49

Please sign in to comment.