git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
405010d
)
xen/smp: Coalesce the free_irq calls in one function.
author
Konrad Rzeszutek Wilk
<konrad.wilk@oracle.com>
Tue, 4 Jun 2013 20:31:34 +0000
(16:31 -0400)
committer
Konrad Rzeszutek Wilk
<konrad.wilk@oracle.com>
Mon, 10 Jun 2013 12:43:29 +0000
(08:43 -0400)
There are two functions that do a bunch of 'free_irq' on
the per_cpu IRQ. Instead of having duplicate code just move
it to one function.
This is just code movement.
Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
No differences found