Re: [PATCH 01/26] Dynamic kernel command-line - common

From: Matthew Wilcox
Date: Sun Sep 03 2006 - 18:09:19 EST


On Mon, Sep 04, 2006 at 12:52:14AM +0300, Alon Bar-Lev wrote:
> @@ -116,8 +116,12 @@ extern void time_init(void);
> void (*late_time_init)(void);
> extern void softirq_init(void);
>
> -/* Untouched command line (eg. for /proc) saved by
> arch-specific code. */
> -char saved_command_line[COMMAND_LINE_SIZE];
> +/* Untouched command line saved by arch-specific code. */
> +char __initdata boot_command_line[COMMAND_LINE_SIZE];

Your patch is wordwrapped.

Also, what was the point of all this? Was there some discussion that
this would be useful?

--
VGER BF report: H 0.0043987
-
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/