From mboxrd@z Thu Jan 1 00:00:00 1970 From: will.deacon@arm.com (Will Deacon) Date: Wed, 25 Feb 2015 09:59:21 +0000 Subject: [PATCH v3 linux-next] iommu: Enable LPAE pagetable on ARM and ARM64 only In-Reply-To: <6851919.VIGEV8htgx@avalon> References: <3203874.zEMjzr0PS0@avalon> <1424737221-1193-1-git-send-email-vincent.stehle@laposte.net> <6851919.VIGEV8htgx@avalon> Message-ID: <20150225095921.GB20673@arm.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Tue, Feb 24, 2015 at 12:23:48AM +0000, Laurent Pinchart wrote: > On Tuesday 24 February 2015 01:20:21 Vincent Stehl? wrote: > > LPAE iommu page table makes sense only for ARM and ARM64 architectures. Add > > the corresponding dependency in Kconfig (and enable for COMPILE_TEST, too, > > as per Laurent's suggestion). > > > > Signed-off-by: Vincent Stehl? > > Suggested-by: Laurent Pinchart > > Cc: Will Deacon > > Now, > > Acked-by: Laurent Pinchart Sorry guys, I've been away from email for the past couple of days, but I already have an exact copy of this patch queued from somebody else! http://www.spinics.net/lists/arm-kernel/msg400030.html Will