On Thu, Oct 11, 2007 at 12:25:35AM -0500, Olof Johansson wrote:
Hi Stephen,
quoted
@@ -189,6 +191,34 @@ void iommu_devnode_init_iSeries(struct pci_dev *pdev, struct device_node *dn)
}
#endif
+extern struct iommu_table vio_iommu_table;
This looks like it really should go in a header file
instead. include/asm-powerpc/vio.h perhaps?
Oh nevermind, I just noticed the variable got moved in the next
patch. Twice the review work!
-Olof