Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752588Ab2E0Mfq (ORCPT ); Sun, 27 May 2012 08:35:46 -0400 Received: from mail-gg0-f174.google.com ([209.85.161.174]:51630 "EHLO mail-gg0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751676Ab2E0Mfo (ORCPT ); Sun, 27 May 2012 08:35:44 -0400 MIME-Version: 1.0 In-Reply-To: <20120524122854.GD11860@linux-sh.org> References: <1337252085-22039-1-git-send-email-m.szyprowski@samsung.com> <1337252085-22039-4-git-send-email-m.szyprowski@samsung.com> <4FBB3B41.8010102@kernel.org> <01e501cd39a8$67f34ea0$37d9ebe0$%szyprowski@samsung.com> <20120524122854.GD11860@linux-sh.org> From: KOSAKI Motohiro Date: Sun, 27 May 2012 08:35:23 -0400 Message-ID: Subject: Re: [PATCHv2 3/4] mm: vmalloc: add VM_DMA flag to indicate areas used by dma-mapping framework To: Paul Mundt Cc: Marek Szyprowski , Minchan Kim , linux-arm-kernel@lists.infradead.org, linaro-mm-sig@lists.linaro.org, linux-mm@kvack.org, linux-kernel@vger.kernel.org, Kyungmin Park , Arnd Bergmann , Russell King - ARM Linux , Chunsang Jeong , Krishna Reddy , Konrad Rzeszutek Wilk , Hiroshi Doyu , Subash Patel , Nick Piggin Content-Type: text/plain; charset=ISO-8859-1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1010 Lines: 21 On Thu, May 24, 2012 at 8:28 AM, Paul Mundt wrote: > On Thu, May 24, 2012 at 02:26:12PM +0200, Marek Szyprowski wrote: >> On Tuesday, May 22, 2012 9:08 AM Minchan Kim wrote: >> > Hmm, VM_DMA would become generic flag? >> > AFAIU, maybe VM_DMA would be used only on ARM arch. >> >> Right now yes, it will be used only on ARM architecture, but maybe other architecture will >> start using it once it is available. >> > There's very little about the code in question that is ARM-specific to > begin with. I plan to adopt similar changes on SH once the work has > settled one way or the other, so we'll probably use the VMA flag there, > too. I don't think VM_DMA is good idea because x86_64 has two dma zones. x86 unaware patches make no sense. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/