x86: Assert in_irq() while processing guest-bound interrupts.
authorKeir Fraser <keir.fraser@citrix.com>
Wed, 27 Aug 2008 09:11:33 +0000 (10:11 +0100)
committerKeir Fraser <keir.fraser@citrix.com>
Wed, 27 Aug 2008 09:11:33 +0000 (10:11 +0100)
commitbb2f3a7002b255a73f7afa8f62609197f51fe26b
tree203e6b9eb086c60c7a2174aa2d2fc55b8eda2e7b
parentb1813844dc262cd8469fa5927e3650cb13f6abc3
x86: Assert in_irq() while processing guest-bound interrupts.

Actually a fair amount of infrastructure is onvolved these days, and
we'd like subsystems we call into know that we're in IRQ context so
they can handle that or BUG/ASSERT if appropriate.

Signed-off-by: Keir Fraser <keir.fraser@citrix.com>
xen/arch/x86/irq.c