From patchwork Thu Sep 24 09:10:23 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Vivek Mahajan X-Patchwork-Id: 34213 X-Patchwork-Delegate: galak@kernel.crashing.org Return-Path: X-Original-To: patchwork-incoming@ozlabs.org Delivered-To: patchwork-incoming@ozlabs.org Received: from bilbo.ozlabs.org (localhost [127.0.0.1]) by ozlabs.org (Postfix) with ESMTP id 8D08EB7C34 for ; Thu, 24 Sep 2009 19:10:40 +1000 (EST) Received: by ozlabs.org (Postfix) id 3214EB7B78; Thu, 24 Sep 2009 19:10:34 +1000 (EST) Delivered-To: linuxppc-dev@ozlabs.org Received: from az33egw02.freescale.net (az33egw02.freescale.net [192.88.158.103]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "az33egw02.freescale.net", Issuer "Thawte Premium Server CA" (verified OK)) by ozlabs.org (Postfix) with ESMTPS id CEBE9B7B65 for ; Thu, 24 Sep 2009 19:10:33 +1000 (EST) Received: from az33smr01.freescale.net (az33smr01.freescale.net [10.64.34.199]) by az33egw02.freescale.net (8.14.3/az33egw02) with ESMTP id n8O9AU5V016414 for ; Thu, 24 Sep 2009 02:10:31 -0700 (MST) Received: from localhost.localdomain (lc0191.zin33.ap.freescale.net [10.232.1.191]) by az33smr01.freescale.net (8.13.1/8.13.0) with ESMTP id n8O9CKMY023355; Thu, 24 Sep 2009 04:12:21 -0500 (CDT) From: Vivek Mahajan To: linuxppc-dev@ozlabs.org Subject: [PATCH 1/4] powerpc/fsl: 85xx: document cache-sram size as a kernel parametric option Date: Thu, 24 Sep 2009 14:40:23 +0530 Message-Id: <1253783426-11978-1-git-send-email-vivek.mahajan@freescale.com> X-Mailer: git-send-email 1.5.6.5 X-Brightmail-Tracker: AAAAAQAAAWE= Cc: kumar.gala@freescale.com, Vivek Mahajan X-BeenThere: linuxppc-dev@lists.ozlabs.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: linuxppc-dev-bounces+patchwork-incoming=ozlabs.org@lists.ozlabs.org Errors-To: linuxppc-dev-bounces+patchwork-incoming=ozlabs.org@lists.ozlabs.org Adds documentation for the size parameter of Freescale's QorIQ based cache-sram Signed-off-by: Vivek Mahajan --- Resending it to linuxppc-dev@ozlabs.org Documentation/kernel-parameters.txt | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/Documentation/kernel-parameters.txt b/Documentation/kernel-parameters.txt index 0f17d16..3213844 100644 --- a/Documentation/kernel-parameters.txt +++ b/Documentation/kernel-parameters.txt @@ -412,6 +412,9 @@ and is between 256 and 4096 characters. It is defined in the file c101= [NET] Moxa C101 synchronous serial card + cache-sram-size= [PPC] Size of Freescale's QorIQ Cache SRAM + See Documentation/powerpc/fsl_85xx_cache_sram.txt. + cachesize= [BUGS=X86-32] Override level 2 CPU cache size detection. Sometimes CPU hardware bugs make them report the cache size incorrectly. The kernel will attempt work arounds