From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752514AbbL1Pv4 (ORCPT ); Mon, 28 Dec 2015 10:51:56 -0500 Received: from 8bytes.org ([81.169.241.247]:35735 "EHLO theia.8bytes.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750803AbbL1Pvy (ORCPT ); Mon, 28 Dec 2015 10:51:54 -0500 Date: Mon, 28 Dec 2015 16:51:53 +0100 From: Joerg Roedel To: chengang@emindsoft.com.cn Cc: akpm@linux-foundation.org, oded.gabbay@gmail.com, airlied@linux.ie, joe@perches.com, jslaby@suse.com, gregkh@linuxfoundation.org, davem@davemloft.net, mchehab@osg.samsung.com, linux-kernel@vger.kernel.org, dri-devel@lists.freedesktop.org, Chen Gang Subject: Re: [PATCH] include/linux/amd-iommu.h: Move to arch/x86/include/asm Message-ID: <20151228155153.GM18805@8bytes.org> References: <1451136392-22638-1-git-send-email-chengang@emindsoft.com.cn> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1451136392-22638-1-git-send-email-chengang@emindsoft.com.cn> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sat, Dec 26, 2015 at 09:26:32PM +0800, chengang@emindsoft.com.cn wrote: > From: Chen Gang > > It is architecture specific mechanism header, not generic header, so > move it to arch/x86/include/asm. There might be future non-x86 hardware which also has an amd iommu, so the header file should stay where it is for now. Joerg