sysctl: allow embedded targets to disable sysctl_check.c
authorHolger Schurig <hs4233@mail.mn-solutions.de>
Tue, 29 Apr 2008 08:02:36 +0000 (01:02 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 29 Apr 2008 15:06:22 +0000 (08:06 -0700)
commit88f458e4b91348b2e892c72977b5f665d7f374da
tree1ef9e98f74fc63193327053af079079e23aa8443
parentc7705f3449c7edd5c1744871097f93977227afc4
sysctl: allow embedded targets to disable sysctl_check.c

Disable sysctl_check.c for embedded targets. This saves about about 11 kB
in .text and another 11 kB in .data on a PXA255 embedded platform.

Signed-off-by: Holger Schurig <hs4233@mail.mn-solutions.de>
Cc: "Eric W. Biederman" <ebiederm@xmission.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
init/Kconfig
kernel/Makefile
kernel/sysctl.c