Re: [pull request] getting rid of __cpuinit

From: Arjan van de Ven
Date: Sat Oct 25 2008 - 11:06:43 EST


On Sat, 25 Oct 2008 16:35:28 +0200
Sam Ravnborg <sam@xxxxxxxxxxxx> wrote:
> So if you look at the size of the cpuinit/exit sections in the
> before case you get the real space saving that is lost in the
> embedded case after your patch is applied.
> The space savings that happen after early init.

[linux.trees.git]# objdump -h vmlinux.before | grep init.text
25 .init.text 00037c25 ffffffff8152a000 000000000152a000 0092a000
[inux.trees.git]# objdump -h vmlinux.after | grep init.text
25 .init.text 000316c2 ffffffff81542000 0000000001542000 00942000

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