Re: [PATCH 2/2][NETLABEL]: Move some initialization code into __init section.

2008-02-17 Thread David Miller
From: Paul Moore <[EMAIL PROTECTED]> Date: Wed, 13 Feb 2008 08:37:16 -0500 > On Wednesday 13 February 2008 6:12:06 am Pavel Emelyanov wrote: > > Everything that is called from netlbl_init() can be marked with > > __init. This moves 620 bytes from .text section to .text.init one. > > > > Signed-off

Re: [PATCH 2/2][NETLABEL]: Move some initialization code into __init section.

2008-02-13 Thread Paul Moore
On Wednesday 13 February 2008 6:12:06 am Pavel Emelyanov wrote: > Everything that is called from netlbl_init() can be marked with > __init. This moves 620 bytes from .text section to .text.init one. > > Signed-off-by: Pavel Emelyanov <[EMAIL PROTECTED]> I ran into problems with __init and __exit o