Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 162654
b: refs/heads/master
c: f9311f2
h: refs/heads/master
v: v3
  • Loading branch information
Greg Ungerer committed Sep 15, 2009
1 parent b4d0bea commit af0d3cf
Show file tree
Hide file tree
Showing 2 changed files with 5 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: f2154bef817ac3d0ea67b52526fd8e88898b66f9
refs/heads/master: f9311f26434cea3e926f56ca2aa3e5740e962c72
4 changes: 4 additions & 0 deletions trunk/arch/m68knommu/platform/coldfire/intc.c
Original file line number Diff line number Diff line change
Expand Up @@ -103,10 +103,14 @@ void mcf_autovector(int irq)

static void intc_irq_mask(unsigned int irq)
{
if ((irq >= EIRQ1) && (irq <= EIRQ7))
mcf_setimr(irq - EIRQ1 + 1);
}

static void intc_irq_unmask(unsigned int irq)
{
if ((irq >= EIRQ1) && (irq <= EIRQ7))
mcf_clrimr(irq - EIRQ1 + 1);
}

static int intc_irq_set_type(unsigned int irq, unsigned int type)
Expand Down

0 comments on commit af0d3cf

Please sign in to comment.