From: Konrad Rzeszutek Wilk Date: Tue, 4 Jun 2013 20:31:34 +0000 (-0400) Subject: xen/smp: Coalesce the free_irq calls in one function. X-Git-Tag: omap-for-v3.11/fixes-for-merge-window~23^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=53b94fdc8fa0ccd88f97b72a6149672d7ddc0c50;p=pandora-kernel.git 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 --- Reading git-diff-tree failed