On Wed, 10 Oct 2007, Geert Uytterhoeven wrote: > Or e.g. static struct label labels[128] __initdata = { 0, }; > Cfr. the old rule `always initialize initdata, even if it must be 0'. But this will not reduce the size of the kernel image, which is the objective here. Maciej