From mboxrd@z Thu Jan 1 00:00:00 1970 From: benh@kernel.crashing.org (Benjamin Herrenschmidt) Date: Sat, 31 Jul 2010 13:15:24 +1000 Subject: [PATCH 1/2] arm: msm: Add System MMU support. In-Reply-To: <201007291026.55928.arnd@arndb.de> References: <20100729123512Y.fujita.tomonori@lab.ntt.co.jp> <201007291026.55928.arnd@arndb.de> Message-ID: <1280546124.1902.30.camel@pasglop> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Thu, 2010-07-29 at 10:26 +0200, Arnd Bergmann wrote: > Exactly, thanks for the clarification. I also didn't realize that > there > is now an include/linux/iommu.h file that only describes the PCI > SR-IOV > interfaces, unlike the generic IOMMU support that we have in your > include/linux/dma-mapping.h file. > > Maybe we should rename linux/iommu.h to something more specific so we > can reduce this confusion in the future. Hrm, indeed I just noticed that. Pretty gross... it should definitly be renamed, is will caused endless confusion with unrelated iommu.h and iommu_* interfaces which represent something different. Ben.