From mboxrd@z Thu Jan 1 00:00:00 1970 From: Joerg Roedel Subject: Re: [PATCH] iommu/amd: Track when amd_iommu_v2 init is complete Date: Mon, 12 Jan 2015 16:59:57 +0100 Message-ID: <20150112155957.GE6343@8bytes.org> References: <1419106352-6486-1-git-send-email-oded.gabbay@amd.com> <5495DB96.6070608@amd.com> <5497F130.7040508@amd.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <5497F130.7040508-5C7GfCeVMHo@public.gmane.org> 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: Oded Gabbay Cc: iommu-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org, "Elifaz, Dana" , linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, John Bridgman List-Id: iommu@lists.linux-foundation.org Hi Oded, On Mon, Dec 22, 2014 at 12:23:44PM +0200, Oded Gabbay wrote: > The drm guys suggested we move iommu/ subsystem before gpu/ > subsystem in drivers/Makefile instead of the above patch (and the > complementing patch-set in amdkfd). > I did that and it works, so please see this patch as discarded for now. > I will send a new patch-set shortly. Yeah, this is still a hack, but a better solution than tracking the initialization order manually. Joerg