xen: pack all irq-related info together
authorJeremy Fitzhardinge <jeremy@goop.org>
Fri, 6 Feb 2009 22:09:44 +0000 (14:09 -0800)
committerIngo Molnar <mingo@elte.hu>
Mon, 9 Feb 2009 11:17:45 +0000 (12:17 +0100)
commitced40d0f3e8833bb8d7d8e2cbfac7da0bf7008c4
tree980247c2e6e3a48f7b1f1447af172da0f7de9800
parent792dc4f6cdacf50d3f2b93756d282fc04ee34bd5
xen: pack all irq-related info together

Put all irq info into one struct.  Also, use a union to keep
event channel type-specific information, rather than overloading the
index field.

Signed-off-by: Jeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
drivers/xen/events.c