]> git.karo-electronics.de Git - karo-tx-linux.git/commit
xen/smp: Introduce a common structure to contain the IRQ name and interrupt line.
authorKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Tue, 4 Jun 2013 20:37:44 +0000 (16:37 -0400)
committerKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Fri, 7 Jun 2013 17:32:06 +0000 (13:32 -0400)
commit5225460186959bb33cc89b7e055e7c1b690f4265
treeaf63c170445416c1b5df07e354e9c1ee7fd66383
parent79b74eb4c424a8949a25cdd2b0efacaeb0d4abeb
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 <konrad.wilk@oracle.com>
arch/x86/xen/smp.c