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

From: Jiri Slaby
Date: Fri Feb 09 2007 - 12:11:48 EST


Alon Bar-Lev napsal(a):
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

Ok, thanks,
--
http://www.fi.muni.cz/~xslaby/ Jiri Slaby
faculty of informatics, masaryk university, brno, cz
e-mail: jirislaby gmail com, gpg pubkey fingerprint:
B674 9967 0407 CE62 ACC8 22A0 32CC 55C3 39D4 7A7E
-
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/