]> git.baikalelectronics.ru Git - kernel.git/commit
xen/events: Always allocate legacy interrupts on PV guests
authorBoris Ostrovsky <boris.ostrovsky@oracle.com>
Fri, 20 Nov 2015 16:25:04 +0000 (11:25 -0500)
committerDavid Vrabel <david.vrabel@citrix.com>
Thu, 26 Nov 2015 18:05:01 +0000 (18:05 +0000)
commitabf391e977687b340bca48fe2fb0d30fc0fe5ea6
tree8681308ba00216a51ec518fe6966d1a789ba9d44
parent8eed3d2bb7dc0af409450a34f0a135fc10f2c8bc
xen/events: Always allocate legacy interrupts on PV guests

After commit b329f80edace ("x86/irq: Probe for PIC presence before
allocating descs for legacy IRQs") early_irq_init() will no longer
preallocate descriptors for legacy interrupts if PIC does not
exist, which is the case for Xen PV guests.

Therefore we may need to allocate those descriptors ourselves.

Signed-off-by: Boris Ostrovsky <boris.ostrovsky@oracle.com>
Suggested-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: David Vrabel <david.vrabel@citrix.com>
arch/arm/include/asm/irq.h
arch/arm64/include/asm/irq.h
drivers/xen/events/events_base.c