commit | 9d093e2958baf76154d1008339f594f798a52790 | [log] [tgz] |
---|---|---|
author | Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> | Thu Sep 29 13:31:21 2011 -0400 |
committer | Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> | Wed Oct 19 17:03:25 2011 -0400 |
tree | 3985f2342453fce2c0a49a67b87aff6e357c79e2 | |
parent | a102a9ece5489e1718cd7543aa079082450ac3a2 [diff] |
xen/events: BUG() when we can't allocate our event->irq array. In case we can't allocate we are doomed. We should BUG_ON instead of trying to dereference it later on. Acked-by: Ian Campbell <ian.campbell@citrix.com> [v1: Use BUG_ON instead of BUG] Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>