Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751968AbYLCNXU (ORCPT ); Wed, 3 Dec 2008 08:23:20 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1750811AbYLCNXL (ORCPT ); Wed, 3 Dec 2008 08:23:11 -0500 Received: from mx2.redhat.com ([66.187.237.31]:44968 "EHLO mx2.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750758AbYLCNXK (ORCPT ); Wed, 3 Dec 2008 08:23:10 -0500 Organization: Red Hat UK Ltd. Registered Address: Red Hat UK Ltd, Amberley Place, 107-111 Peascod Street, Windsor, Berkshire, SI4 1TE, United Kingdom. Registered in England and Wales under Company Registration No. 3798903 From: David Howells In-Reply-To: <200812031350.46794.rusty@rustcorp.com.au> References: <200812031350.46794.rusty@rustcorp.com.au> <200812012326.03151.rusty@rustcorp.com.au> To: Rusty Russell Cc: dhowells@redhat.com, linux-kernel@vger.kernel.org, Richard Henderson , Russell King , Haavard Skinnemoen , Bryan Wu , Mikael Starvik , Yoshinori Sato , Tony Luck , Hirokazu Takata , Geert Uytterhoeven , Greg Ungerer , Ralf Baechle , Grant Grundler , Paul Mackerras , Heiko Carstens , Paul Mundt , "David S. Miller" , Jeff Dike , Ingo Molnar , Chris Zankel Subject: Re: [RFC 5/8] param: arch_get_boot_command_line() (take II) Date: Wed, 03 Dec 2008 13:18:57 +0000 Message-ID: <30032.1228310337@redhat.com> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1253 Lines: 35 Rusty Russell wrote: > diff --git a/arch/arm/kernel/setup.c b/arch/arm/kernel/setup.c > --- a/arch/arm/kernel/setup.c > +++ b/arch/arm/kernel/setup.c > @@ -115,7 +115,6 @@ static struct meminfo meminfo __initdata > static struct meminfo meminfo __initdata = { 0, }; > static const char *cpu_name; > static const char *machine_name; > -static char __initdata command_line[COMMAND_LINE_SIZE]; > > static char default_command_line[COMMAND_LINE_SIZE] __initdata = CONFIG_CMDLINE; > static union { char c[4]; unsigned long l; } endian_test __initdata = { { 'l', '?', '?', 'b' > } }; > @@ -414,10 +413,12 @@ __early_param("mem=", early_mem); Your patch is broken here: missing header for unified diff at line 140 of patch can't find file to patch at input line 140 Perhaps you used the wrong -p or --strip option? The text leading up to this was: -------------------------- |} }; -------------------------- File to patch: ^C Has your email client wrapped a line? David -- 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/