Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 37663
b: refs/heads/master
c: 0847062
h: refs/heads/master
i:
  37661: f52926e
  37659: 73d7070
  37655: 96f1af5
  37647: 7967f29
  37631: 072cd78
v: v3
  • Loading branch information
Randy Dunlap authored and Linus Torvalds committed Oct 1, 2006
1 parent 29d99d0 commit 8894c7b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 1713e903c680de4934837689abecc5df02f463ac
refs/heads/master: 0847062ad57e6d2d77875104d66f413a89769809
14 changes: 7 additions & 7 deletions trunk/init/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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---
Expand All @@ -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
Expand Down

0 comments on commit 8894c7b

Please sign in to comment.