From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757412Ab2DTSb5 (ORCPT ); Fri, 20 Apr 2012 14:31:57 -0400 Received: from gate.crashing.org ([63.228.1.57]:54169 "EHLO gate.crashing.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754011Ab2DTSb4 convert rfc822-to-8bit (ORCPT ); Fri, 20 Apr 2012 14:31:56 -0400 Subject: Re: [PATCHv24 00/16] Contiguous Memory Allocator Mime-Version: 1.0 (Apple Message framework v1257) Content-Type: text/plain; charset=us-ascii From: Kumar Gala In-Reply-To: <20120419124044.632bfa49.akpm@linux-foundation.org> Date: Fri, 20 Apr 2012 13:30:29 -0500 Cc: "linux-kernel@vger.kernel.org list" , linux-arm-kernel@lists.infradead.org, linux-media@vger.kernel.org, Linux Memory Management , Andrew Morton , linaro-mm-sig@lists.linaro.org, Michal Nazarewicz , Kyungmin Park , Russell King , KAMEZAWA Hiroyuki , Daniel Walker , Mel Gorman , Arnd Bergmann , Jesse Barker , Jonathan Corbet , Chunsang Jeong , Dave Hansen , Benjamin Gaignard , Rob Clark , Ohad Ben-Cohen , Sandeep Patil Content-Transfer-Encoding: 8BIT Message-Id: References: <1333462221-3987-1-git-send-email-m.szyprowski@samsung.com> <20120419124044.632bfa49.akpm@linux-foundation.org> To: Marek Szyprowski X-Mailer: Apple Mail (2.1257) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Marek, diff --git a/Documentation/kernel-parameters.txt b/Documentation/kernel-parameters.txt index c1601e5..669e8bb 100644 --- a/Documentation/kernel-parameters.txt +++ b/Documentation/kernel-parameters.txt @@ -508,6 +508,11 @@ bytes respectively. Such letter suffixes can also be entirely omitted. Also note the kernel might malfunction if you disable some critical bits. + cma=nn[MG] [ARM,KNL] Just a nit, but should that really have [ARM] ? + Sets the size of kernel global memory area for contiguous + memory allocations. For more information, see + include/linux/dma-contiguous.h +