]> Pileus Git - ~andy/linux/commit
xen/smp: Coalesce the free_irq calls in one function.
authorKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Tue, 4 Jun 2013 20:31:34 +0000 (16:31 -0400)
committerKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Mon, 10 Jun 2013 12:43:29 +0000 (08:43 -0400)
commit53b94fdc8fa0ccd88f97b72a6149672d7ddc0c50
tree97bd921130a776d20ee6a34a527cbec4b418d8cf
parent405010df1dd657151543d93b01578b0c533788b5
xen/smp: Coalesce the free_irq calls in one function.

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>
arch/x86/xen/smp.c