From mboxrd@z Thu Jan 1 00:00:00 1970 From: "jroedel-l3A5Bk7waGM@public.gmane.org" 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 Date: Tue, 5 May 2015 15:42:51 +0200 Message-ID: <20150505134251.GG5438@suse.de> References: <201503240804.8vcZXNOY%fengguang.wu@intel.com> <551122E2.1040408@Freescale.com> <55125179.8040801@Freescale.com> <55126585.7040903@Freescale.com> <20150505131713.GD5438@suse.de> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: iommu-bounces-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org Errors-To: iommu-bounces-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org To: Varun Sethi Cc: "iommu-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org" , Madalin-Cristian Bucur List-Id: iommu@lists.linux-foundation.org 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? Joerg