On 1/23/07, Russell King <[email protected]> wrote:
which reflects precisely what I've been saying concerning the addition
of __initdata.
Great!
So what do you thing we should do?
Modify this:
char __initdata boot_command_line[COMMAND_LINE_SIZE];
Into:
char __initdata boot_command_line[COMMAND_LINE_SIZE] = {0};
Or:
static char __initdata _boot_command_line[COMMAND_LINE_SIZE];
char __initdata *boot_command_line = _boot_command_line;
Or any other option... I will glad to receive any convention you see right.
Best Regards,
Alon Bar-Lev.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
[Index of Archives]
[Kernel Newbies]
[Netfilter]
[Bugtraq]
[Photo]
[Stuff]
[Gimp]
[Yosemite News]
[MIPS Linux]
[ARM Linux]
[Linux Security]
[Linux RAID]
[Video 4 Linux]
[Linux for the blind]
[Linux Resources]