From: David Vrabel Date: Tue, 12 Mar 2013 18:28:04 +0000 (+0000) Subject: xen/events: refactor retrigger_dynirq() and resend_irq_on_evtchn() X-Git-Tag: v3.14-rc1~126^2~45 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=872951850666689e931e567ebdc7c483135d14cf;p=pandora-kernel.git xen/events: refactor retrigger_dynirq() and resend_irq_on_evtchn() These two function did the same thing with different parameters, put the common bits in retrigger_evtchn(). This changes the return value of resend_irq_on_evtchn() but the only caller (in arch/ia64/xen/irq_xen.c) ignored the return value so this is fine. Signed-off-by: David Vrabel Reviewed-by: Konrad Rzeszutek Wilk Reviewed-by: Boris Ostrovsky --- Reading git-diff-tree failed