]> git.baikalelectronics.ru Git - kernel.git/commit
lguest: Override pcibios_enable_irq/pcibios_disable_irq to our stupid PIC
authorRusty Russell <rusty@rustcorp.com.au>
Wed, 11 Feb 2015 04:45:10 +0000 (15:15 +1030)
committerRusty Russell <rusty@rustcorp.com.au>
Wed, 11 Feb 2015 06:17:34 +0000 (16:47 +1030)
commit2c4c2d60c6be67bc22ee47044cfa4c9b1ea06ece
tree81826521d6dfacca02c6f253df0524815ad46c44
parent183eb9f111517472897434830d27aafc924cb9b1
lguest: Override pcibios_enable_irq/pcibios_disable_irq to our stupid PIC

This lets us deliver interrupts for our emulated PCI devices using our
dumb PIC, and not emulate an 8259 and PCI irq mapping tables or whatever.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
arch/x86/lguest/boot.c