From: Konrad Rzeszutek Wilk Date: Tue, 4 Jun 2013 20:37:44 +0000 (-0400) Subject: xen/smp: Introduce a common structure to contain the IRQ name and interrupt line. X-Git-Tag: omap-for-v3.11/fixes-for-merge-window~23^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9547689fcdf0b223967edcbbe588d9f0489ee5aa;p=pandora-kernel.git xen/smp: Introduce a common structure to contain the IRQ name and interrupt line. This patch adds a new structure to contain the common two things that each of the per-cpu interrupts need: - an interrupt number, - and the name of the interrupt (to be added in 'xen/smp: Don't leak interrupt name when offlining'). This allows us to carry the tuple of the per-cpu interrupt data structure and expand it as we need in the future. Signed-off-by: Konrad Rzeszutek Wilk --- Reading git-diff-tree failed