Hi James, (CC'ing Ohad, Joerg and the IOMMU mailing list)
On Wednesday 08 February 2012 16:29:14 James wrote: > > I baked a new kernel from your branch using OE & your defconfig but I got a > "Kernel Panic" when booting it. > > Attached is the console log from the Overo+Tobi board+Caspa setup. > > Can you advise my next course of resolution? Does the following patch fix the problem ? diff --git a/drivers/Makefile b/drivers/Makefile index 1b31421..2ec48f2 100644 --- a/drivers/Makefile +++ b/drivers/Makefile @@ -28,6 +28,7 @@ obj-$(CONFIG_XEN) += xen/ # regulators early, since some subsystems rely on them to initialize obj-$(CONFIG_REGULATOR) += regulator/ +obj-$(CONFIG_IOMMU_SUPPORT) += iommu/ # tty/ comes before char/ so that the VT console is the boot-time # default. @@ -125,7 +126,6 @@ obj-y += clk/ obj-$(CONFIG_HWSPINLOCK) += hwspinlock/ obj-$(CONFIG_NFC) += nfc/ -obj-$(CONFIG_IOMMU_SUPPORT) += iommu/ # Virtualization drivers obj-$(CONFIG_VIRT_DRIVERS) += virt/ Ohad, Joerg, would this be an acceptable fix ? If so I'll submit a patch. -- Regards, Laurent Pinchart _______________________________________________ iommu mailing list [email protected] https://lists.linuxfoundation.org/mailman/listinfo/iommu
