| To: | Paul Gortmaker <paul.gortmaker@windriver.com> |
|---|---|
| Subject: | Re: [PATCH 2/3] mips:powertv: Make kernel command line size configurable (resend) |
| From: | David VomLehn <dvomlehn@cisco.com> |
| Date: | Fri, 8 May 2009 09:34:00 -0700 |
| Authentication-results: | sj-dkim-4; header.From=dvomlehn@cisco.com; dkim=pass ( sig from cisco.com/sjdkim4002 verified; ); |
| Cc: | linux-mips@linux-mips.org, ralf@linux-mips.org |
| Dkim-signature: | v=1; a=rsa-sha256; q=dns/txt; l=1429; t=1241800440; x=1242664440; c=relaxed/simple; s=sjdkim4002; h=Content-Type:From:Subject:Content-Transfer-Encoding:MIME-Version; d=cisco.com; i=dvomlehn@cisco.com; z=From:=20David=20VomLehn=20<dvomlehn@cisco.com> |Subject:=20Re=3A=20[PATCH=202/3]=20mips=3Apowertv=3A=20Mak e=20kernel=20command=20line=20size=0A=09configurable=20(rese nd) |Sender:=20; bh=deS/nAUJmBtlUNEKOGKSAEjDeBbbp8QeLmth4BUN69E=; b=n/eDT9enyxUq98Z3/ck/BSenxSGAZYf+WkQJiuEbYfVjkJq8EzmfyDqCTy rcexybjPnXyR1Kr/s02o/zbwJGPr5tG7cjVcNMlLoBIvCPKg6hJM6OO+rVqf kAAcPTAgPL; |
| In-reply-to: | <7d1d9c250905080825n62f46b2bk254a736d3bce2ec6@mail.gmail.com> |
| Original-recipient: | rfc822;linux-mips@linux-mips.org |
| References: | <20090504225719.GA22417@cuplxvomd02.corp.sa.net> <7d1d9c250905080825n62f46b2bk254a736d3bce2ec6@mail.gmail.com> |
| Sender: | linux-mips-bounce@linux-mips.org |
| User-agent: | Mutt/1.5.18 (2008-05-17) |
On Fri, May 08, 2009 at 11:25:35AM -0400, Paul Gortmaker wrote: > On Mon, May 4, 2009 at 6:57 PM, David VomLehn <dvomlehn@cisco.com> wrote: > > Most platforms can get by perfectly well with the default command line size, > > but some platforms need more. This patch allows the command line size to > > be configured for those platforms that need it. The default remains 256 > > characters. > > The one thing I see when I look at this patch, is that it lands in the > arch/mips/Kconfig -- but is there really anything fundamentally > architecture specific about the allowed length of the kernel command > line?. It probably belongs somewhere alongside the setting for > LOG_BUF_LEN or similar (and then add the other respective changes > to make all arch actually respect the setting.) > > Paul. > > > > > Signed-off-by: David VomLehn <dvomlehn@cisco.com> > > --- > > arch/mips/Kconfig | 7 +++++++ > > arch/mips/include/asm/setup.h | 2 +- The reason I put this configuration configuration in the architecture- specific Kconfig is because COMMAND_LINE_SIZE is defined in the architecture-specific file arch/mips/include/asm/setup.h. I strongly agree that this really should not be an architecture-specific definition, but it's much more complex to get a patch to change COMMAND_LINE_SIZE in every architecture. Fixing in the MIPS tree seems like a good start. David VomLehn |
| Previous by Date: | Re: [PATCH 2/3] mips:powertv: Make kernel command line size configurable (resend), Paul Gortmaker |
|---|---|
| Next by Date: | kernel boot failure on swarm, Peter 'p2' De Schrijver |
| Previous by Thread: | Re: [PATCH 2/3] mips:powertv: Make kernel command line size configurable (resend), Paul Gortmaker |
| Next by Thread: | Re: [PATCH 2/3] mips:powertv: Make kernel command line size configurable (resend), Paul Gortmaker |
| Indexes: | [Date] [Thread] [Top] [All Lists] |