Hi Joerg, > -----Original Message----- > From: [email protected] [mailto:[email protected]] > Sent: Tuesday, May 05, 2015 7:13 PM > To: Sethi Varun-B16395 > Cc: [email protected]; [email protected]; Bucur Madalin- > Cristian-B32716 > Subject: Re: [iommu:ppc/pamu 1/1] drivers/iommu/fsl_pamu.h:24:32: fatal > error: asm/fsl_pamu_stash.h: No such file or directory > > > > On Tue, May 05, 2015 at 01:22:24PM +0000, Varun Sethi wrote: > > > Which means the driver was only buildable on e500mc and now you are > > > telling me that this is broken. What am I missing? > > > > > PPC_E500MC dependency is fine, but with the COMPIL_TEST flag ("or" > > condition) the PAMU driver code would be built on any platform if the > > compile test is selected. > > You said it is now also selected on non-ppc platforms, but there is a > PPC32 dependency, so this shouldn't happen. It should build fine on any ppc > platform as the include file is in arch/powerpc/include/asm, no? Actually PPC32 dependency is incorrect, that's what Emil's patch removed. As a result PAMU driver got built on other platforms as well. commit f2fafdd954d743a0e68e5cd76dbef2f2454deefa
PAMU driver should depend on PPC_E500MC. -Varun _______________________________________________ iommu mailing list [email protected] https://lists.linuxfoundation.org/mailman/listinfo/iommu
