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:17:13 +0200 Message-ID: <20150505131713.GD5438@suse.de> References: <201503240804.8vcZXNOY%fengguang.wu@intel.com> <551122E2.1040408@Freescale.com> <55125179.8040801@Freescale.com> <55126585.7040903@Freescale.com> 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 Hi Varun, On Wed, Apr 08, 2015 at 01:24:16PM +0000, Varun Sethi wrote: > Following issue was observed while building (compile test) for a > non-powerpc (e500mc) based platform. The pamu driver includes a file > which is available in the architecture include directory. Should we > move the header file to general Linux kernel include directory? Before I added the COMPILE_TEST dependency it looked like this: depends on PPC_E500MC Which means the driver was only buildable on e500mc and now you are telling me that this is broken. What am I missing? Joerg