Re: [RFC 5/8] param: arch_get_boot_command_line() (take II)

From: David Howells
Date: Wed Dec 03 2008 - 08:23:22 EST


Rusty Russell <rusty@xxxxxxxxxxxxxxx> 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@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/