search for: alloc_pseg

Displaying 1 result from an estimated 1 matches for "alloc_pseg".

Did you mean: alloc_page
2013 May 02
5
[PATCH] x86: allow Dom0 read-only access to IO-APICs
...k(KERN_ERR "Failed to mark IO-APIC page %lx read-only\n", + ioapic_phys); } } --- a/xen/drivers/passthrough/pci.c +++ b/xen/drivers/passthrough/pci.c @@ -105,8 +105,6 @@ void __init pt_pci_init(void) radix_tree_init(&pci_segments); if ( !alloc_pseg(0) ) panic("Could not initialize PCI segment 0\n"); - mmio_ro_ranges = rangeset_new(NULL, "r/o mmio ranges", - RANGESETF_prettyprint_hex); } int __init pci_add_segment(u16 seg) _______________________________________________...