Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753275AbZD2HDH (ORCPT ); Wed, 29 Apr 2009 03:03:07 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1756206AbZD2HCm (ORCPT ); Wed, 29 Apr 2009 03:02:42 -0400 Received: from mail-bw0-f163.google.com ([209.85.218.163]:47995 "EHLO mail-bw0-f163.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755930AbZD2HCl (ORCPT ); Wed, 29 Apr 2009 03:02:41 -0400 Message-ID: <49F7FB8C.6020202@monstr.eu> Date: Wed, 29 Apr 2009 09:02:36 +0200 From: Michal Simek Reply-To: monstr@monstr.eu User-Agent: Thunderbird 2.0.0.18 (X11/20081120) MIME-Version: 1.0 To: Andrew Morton CC: linux-kernel@vger.kernel.org, john.williams@petalogix.com Subject: Re: [PATCH 07/30] microblaze_mmu_v1: MMU initialization References: <1240821139-7247-1-git-send-email-monstr@monstr.eu> <1240821139-7247-2-git-send-email-monstr@monstr.eu> <1240821139-7247-3-git-send-email-monstr@monstr.eu> <1240821139-7247-4-git-send-email-monstr@monstr.eu> <1240821139-7247-5-git-send-email-monstr@monstr.eu> <1240821139-7247-6-git-send-email-monstr@monstr.eu> <1240821139-7247-7-git-send-email-monstr@monstr.eu> <1240821139-7247-8-git-send-email-monstr@monstr.eu> <20090428224247.888c3076.akpm@linux-foundation.org> In-Reply-To: <20090428224247.888c3076.akpm@linux-foundation.org> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 910 Lines: 27 Andrew Morton wrote: > On Mon, 27 Apr 2009 10:31:56 +0200 monstr@monstr.eu wrote: > >> + /* Check for nobats option (used in mapin_ram). */ >> + if (strstr(cmd_line, "nobats")) >> + __map_without_bats = 1; > > Sometime you could go through the architecture and document all of its > kernel command-line parameters in Documentation/kernel-parameters.txt. > > Or maybe document them in a separate microblaze documentation file, > which gives you a bit more freedom to expound upon what they do. > this will go away - I forget to remove it. I have to check whole that function. Thanks, Michal -- Michal Simek, Ing. (M.Eng) w: www.monstr.eu p: +42-0-721842854 -- 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/