Merge branch 'fix_x86' into 'master'
pcid: Fix compilation on x86 See merge request redox-os/drivers!304
This commit is contained in:
@@ -325,6 +325,7 @@ pub fn pci_allocate_interrupt_vector(
|
||||
// INTx# pin based interrupts.
|
||||
InterruptVector {
|
||||
irq_handle: irq.irq_handle(driver),
|
||||
vector: 0,
|
||||
kind: InterruptVectorKind::Legacy,
|
||||
}
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user