From: Sowmini Varadhan <sowmini.varadhan@xxxxxxxxxx> Date: Tue, 10 Mar 2015 18:27:04 -0400 > @@ -142,7 +142,12 @@ struct pci_pbm_info { > struct strbuf stc; > > /* IOMMU state, potentially shared by both PBM segments. */ > - struct iommu *iommu; > +#ifdef notyet > + struct iommu_sparc *iommu; > +#else > + /* change only pci_sun4v and DMA to use new iommu_table for now */ > + void *iommu; > +#endif > > /* Now things for the actual PCI bus probes. */ > unsigned int pci_first_busno; Since you converted everything, this shouldn't be necessary right? -- To unsubscribe from this list: send the line "unsubscribe sparclinux" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html