Re: [PATCH 01/34] __initdata cleanup - alpha

From: Alon Bar-Lev
Date: Fri Feb 09 2007 - 11:53:15 EST


On 2/9/07, Jiri Slaby <jirislaby@xxxxxxxxx> wrote:
> -static char __initdata command_line[COMMAND_LINE_SIZE];
> +static char __initdata command_line[COMMAND_LINE_SIZE] = "";

Why is this "= 0" to static global variables needed?

Please review http://lkml.org/lkml/2007/1/22/267

Best Regards,
Alon Bar-Lev.
-
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/