xen: events: do not free legacy IRQs
authorIan Campbell <Ian.Campbell@eu.citrix.com>
Thu, 3 Feb 2011 09:49:35 +0000 (09:49 +0000)
committerKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Thu, 3 Mar 2011 17:00:27 +0000 (12:00 -0500)
commit7214610475b2847a81478d96e4d3ba0bbe49598c
tree23d1751896bca0be6d90c59e81d1b41db6001114
parent89911501f3aae44a43984793341a3bf1f4c583c2
xen: events: do not free legacy IRQs

c514d00c8057 "xen: events: add xen_allocate_irq_{dynamic, gsi} and
xen_free_irq" correctly avoids reallocating legacy IRQs (which are
managed by the arch core) but erroneously did not prevent them being
freed.

Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
drivers/xen/events.c