]> git.baikalelectronics.ru Git - kernel.git/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)
commit541e9ef3077e152700e997ae3cab9d4fefd978ca
tree97bd921130a776d20ee6a34a527cbec4b418d8cf
parent3926a4859ca89c1f3627621e0f4eb47ed8bf038f
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