Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 288802
b: refs/heads/master
c: c0a2392
h: refs/heads/master
v: v3
  • Loading branch information
Jens Rottmann authored and Thomas Gleixner committed Mar 6, 2012
1 parent 71d80a1 commit e729e31
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: fc579da75f0151eec4c465b0f79b4ef8e3dfb8c2
refs/heads/master: c0a239233331f7d6d2256dde80cb19fd6f9b3542
2 changes: 1 addition & 1 deletion trunk/drivers/clocksource/cs5535-clockevt.c
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ static irqreturn_t mfgpt_tick(int irq, void *dev_id)

static struct irqaction mfgptirq = {
.handler = mfgpt_tick,
.flags = IRQF_DISABLED | IRQF_NOBALANCING | IRQF_TIMER,
.flags = IRQF_DISABLED | IRQF_NOBALANCING | IRQF_TIMER | IRQF_SHARED,
.name = DRV_NAME,
};

Expand Down

0 comments on commit e729e31

Please sign in to comment.