From 8894c7bb3f52f34ce20ce5751f30a52c7d95927f Mon Sep 17 00:00:00 2001 From: Randy Dunlap Date: Sat, 30 Sep 2006 23:28:13 -0700 Subject: [PATCH] --- yaml --- r: 37663 b: refs/heads/master c: 0847062ad57e6d2d77875104d66f413a89769809 h: refs/heads/master i: 37661: f52926e0f2df88fe0de76b91d3018badda6dafa5 37659: 73d7070cec90ebac8b91c53fa1c600b46449431c 37655: 96f1af574c0d7e73a57baf7d907861c8172bfc6c 37647: 7967f29f7bd8c8c6b6c121e342a04f397c882abc 37631: 072cd78b56cdd11a61e7628950f79c201556b364 v: v3 --- [refs] | 2 +- trunk/init/Kconfig | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/[refs] b/[refs] index 4b002f9f1840..7144e2c0fb0a 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 1713e903c680de4934837689abecc5df02f463ac +refs/heads/master: 0847062ad57e6d2d77875104d66f413a89769809 diff --git a/trunk/init/Kconfig b/trunk/init/Kconfig index 899e46eec1b2..d2d72704f875 100644 --- a/trunk/init/Kconfig +++ b/trunk/init/Kconfig @@ -257,6 +257,9 @@ config CC_OPTIMIZE_FOR_SIZE If unsure, say N. +config SYSCTL + bool + menuconfig EMBEDDED bool "Configure standard kernel features (for small systems)" help @@ -272,11 +275,8 @@ config UID16 help This enables the legacy 16-bit UID syscall wrappers. -config SYSCTL - bool - config SYSCTL_SYSCALL - bool "Sysctl syscall support" + bool "Sysctl syscall support" if EMBEDDED default n select SYSCTL ---help--- @@ -285,11 +285,11 @@ config SYSCTL_SYSCALL and use. The interface in /proc/sys is now the primary and what everyone uses. - Nothing has been using the binary sysctl interface for some time + Nothing has been using the binary sysctl interface for some time now so nothing should break if you disable sysctl syscall - support, and you kernel will get marginally smaller. + support, and your kernel will get marginally smaller. - Unless you have an application that uses the sys_syscall interface + Unless you have an application that uses the sys_sysctl interface you should probably say N here. config KALLSYMS