On Wed, Dec 21, 2005 at 01:18:43PM -0600, Mark Maule wrote:
> Ok. Was just following the lead of this:
>
> static struct msi_desc* msi_desc[NR_IRQS] = { [0 ... NR_IRQS-1] = NULL };
>
> So arrays are always init'd to zero?
Static variables without an initialiser go to the bss section and get
initialised to 0 by the loader. So the initialisation above is
redundant on all machines which use a bitpattern of zeros to represent
the NULL pointer. Which is all machines Linux runs on.
-
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]