From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Arnd Bergmann To: Paul Gortmaker Subject: Re: [PATCH] powerpc: derive COMMAND_LINE_SIZE from asm-generic Date: Thu, 13 Aug 2009 19:48:47 +0000 References: <1250192224-22772-1-git-send-email-paul.gortmaker@windriver.com> In-Reply-To: <1250192224-22772-1-git-send-email-paul.gortmaker@windriver.com> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-15" Message-Id: <200908131948.48103.arnd@arndb.de> Cc: Linuxppc-dev@lists.ozlabs.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Thursday 13 August 2009 19:37:04 Paul Gortmaker wrote: > The default COMMAND_LINE_SIZE in asm-generic is 512, so the > net effect of this change is nil, aside from the cleanup > factor. See also commit 2b74b8569. > > Signed-off-by: Paul Gortmaker Acked-by: Arnd Bergmann Just to clarify why this is good: There is a patch from Remis to kbuild that can automatically create the trivial wrappers, so we can remove arch/powerpc/include/asm/setup.h from the kernel once that patch is applied. I was also planning to submit a series to clean up more powerpc in this way headers where applicable, see http://git.kernel.org/?p=linux/kernel/git/arnd/asm-generic.git;a=shortlog;h=powerpc The series needs some forward porting to 2.6.31 as well as testing. If you or someone else wants to help with that, please go ahead! Thanks, Arnd <><