RE: [PATCH] i7core_edac: fix erroneous size of static array

From: Luck, Tony
Date: Thu Oct 13 2011 - 15:03:25 EST


> - static int cols[8] = {
> + static int cols[4] = {

Why are these arrays "static"? Does that generate better code than
dynamic initialization?

-Tony
--
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/