Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 349840
b: refs/heads/master
c: 36a5df8
h: refs/heads/master
v: v3
  • Loading branch information
Chris Metcalf authored and Thomas Gleixner committed Feb 18, 2013
1 parent 0a82a0c commit 78c6ba4
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: 077931446b85e7858bf9dc0927cd116669b965d2
refs/heads/master: 36a5df85e9a3c218b73f6cf80098016ca3f0410d
2 changes: 2 additions & 0 deletions trunk/kernel/irq/manage.c
Original file line number Diff line number Diff line change
Expand Up @@ -1524,6 +1524,7 @@ void enable_percpu_irq(unsigned int irq, unsigned int type)
out:
irq_put_desc_unlock(desc, flags);
}
EXPORT_SYMBOL_GPL(enable_percpu_irq);

void disable_percpu_irq(unsigned int irq)
{
Expand All @@ -1537,6 +1538,7 @@ void disable_percpu_irq(unsigned int irq)
irq_percpu_disable(desc, cpu);
irq_put_desc_unlock(desc, flags);
}
EXPORT_SYMBOL_GPL(disable_percpu_irq);

/*
* Internal function to unregister a percpu irqaction.
Expand Down

0 comments on commit 78c6ba4

Please sign in to comment.