]> git.baikalelectronics.ru Git - kernel.git/commit
[NETLABEL]: Move some initialization code into __init section.
authorPavel Emelyanov <xemul@openvz.org>
Mon, 18 Feb 2008 06:33:57 +0000 (22:33 -0800)
committerDavid S. Miller <davem@davemloft.net>
Mon, 18 Feb 2008 06:33:57 +0000 (22:33 -0800)
commit6976fad85e5f492065b371701f17e491e574ceff
tree5c1607c615c9c1582305751340456a022a97df63
parenteac03577da066e02589f5f154404919ea896a7e2
[NETLABEL]: Move some initialization code into __init section.

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 <xemul@openvz.org>
Acked-by: Paul Moore <paul.moore@hp.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/netlabel/netlabel_cipso_v4.c
net/netlabel/netlabel_domainhash.c
net/netlabel/netlabel_mgmt.c
net/netlabel/netlabel_unlabeled.c
net/netlabel/netlabel_user.c