Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 264295
b: refs/heads/master
c: 77cbece
h: refs/heads/master
i:
  264293: a417600
  264291: 7fe0338
  264287: 573274c
v: v3
  • Loading branch information
Wu Zhangjin authored and Ralf Baechle committed Sep 21, 2011
1 parent 9c396df commit eef4956
Show file tree
Hide file tree
Showing 3 changed files with 4 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: 5a4a4ad851dd8db2d888fb86c8bd946b2ae79f60
refs/heads/master: 77cbece76723dc9e77497c042827155388bdae6d
1 change: 1 addition & 0 deletions trunk/arch/mips/loongson/fuloong-2e/irq.c
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ asmlinkage void mach_irq_dispatch(unsigned int pending)
static struct irqaction cascade_irqaction = {
.handler = no_action,
.name = "cascade",
.flags = IRQF_NO_THREAD,
};

void __init mach_init_irq(void)
Expand Down
3 changes: 2 additions & 1 deletion trunk/arch/mips/loongson/lemote-2f/irq.c
Original file line number Diff line number Diff line change
Expand Up @@ -96,12 +96,13 @@ static irqreturn_t ip6_action(int cpl, void *dev_id)
struct irqaction ip6_irqaction = {
.handler = ip6_action,
.name = "cascade",
.flags = IRQF_SHARED,
.flags = IRQF_SHARED | IRQF_NO_THREAD,
};

struct irqaction cascade_irqaction = {
.handler = no_action,
.name = "cascade",
.flags = IRQF_NO_THREAD,
};

void __init mach_init_irq(void)
Expand Down

0 comments on commit eef4956

Please sign in to comment.