diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2009-04-03 18:24:35 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2009-04-03 18:24:35 -0400 |
commit | 811158b147a503fbdf9773224004ffd32002d1fe (patch) | |
tree | 0a11dcfefe721bfc38ea9f1f4a238822dbae0dda /init/Kconfig | |
parent | 4e76c5ccd5ac9bd003467d3bb0f49b18572dd4cd (diff) | |
parent | b26e0ed4936b743b693a4cc1413561fa3e4eaf65 (diff) |
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
* 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial: (28 commits)
trivial: Update my email address
trivial: NULL noise: drivers/mtd/tests/mtd_*test.c
trivial: NULL noise: drivers/media/dvb/frontends/drx397xD_fw.h
trivial: Fix misspelling of "Celsius".
trivial: remove unused variable 'path' in alloc_file()
trivial: fix a pdlfush -> pdflush typo in comment
trivial: jbd header comment typo fix for JBD_PARANOID_IOFAIL
trivial: wusb: Storage class should be before const qualifier
trivial: drivers/char/bsr.c: Storage class should be before const qualifier
trivial: h8300: Storage class should be before const qualifier
trivial: fix where cgroup documentation is not correctly referred to
trivial: Give the right path in Documentation example
trivial: MTD: remove EOL from MODULE_DESCRIPTION
trivial: Fix typo in bio_split()'s documentation
trivial: PWM: fix of #endif comment
trivial: fix typos/grammar errors in Kconfig texts
trivial: Fix misspelling of firmware
trivial: cgroups: documentation typo and spelling corrections
trivial: Update contact info for Jochen Hein
trivial: fix typo "resgister" -> "register"
...
Diffstat (limited to 'init/Kconfig')
-rw-r--r-- | init/Kconfig | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/init/Kconfig b/init/Kconfig index 236a79377b8e..90e884bb5216 100644 --- a/init/Kconfig +++ b/init/Kconfig | |||
@@ -565,7 +565,7 @@ config CGROUP_MEM_RES_CTLR | |||
565 | select MM_OWNER | 565 | select MM_OWNER |
566 | help | 566 | help |
567 | Provides a memory resource controller that manages both anonymous | 567 | Provides a memory resource controller that manages both anonymous |
568 | memory and page cache. (See Documentation/controllers/memory.txt) | 568 | memory and page cache. (See Documentation/cgroups/memory.txt) |
569 | 569 | ||
570 | Note that setting this option increases fixed memory overhead | 570 | Note that setting this option increases fixed memory overhead |
571 | associated with each page of memory in the system. By this, | 571 | associated with each page of memory in the system. By this, |
@@ -689,7 +689,7 @@ config PID_NS | |||
689 | depends on NAMESPACES && EXPERIMENTAL | 689 | depends on NAMESPACES && EXPERIMENTAL |
690 | help | 690 | help |
691 | Support process id namespaces. This allows having multiple | 691 | Support process id namespaces. This allows having multiple |
692 | process with the same pid as long as they are in different | 692 | processes with the same pid as long as they are in different |
693 | pid namespaces. This is a building block of containers. | 693 | pid namespaces. This is a building block of containers. |
694 | 694 | ||
695 | Unless you want to work with an experimental feature | 695 | Unless you want to work with an experimental feature |
@@ -954,7 +954,7 @@ config COMPAT_BRK | |||
954 | Randomizing heap placement makes heap exploits harder, but it | 954 | Randomizing heap placement makes heap exploits harder, but it |
955 | also breaks ancient binaries (including anything libc5 based). | 955 | also breaks ancient binaries (including anything libc5 based). |
956 | This option changes the bootup default to heap randomization | 956 | This option changes the bootup default to heap randomization |
957 | disabled, and can be overriden runtime by setting | 957 | disabled, and can be overridden at runtime by setting |
958 | /proc/sys/kernel/randomize_va_space to 2. | 958 | /proc/sys/kernel/randomize_va_space to 2. |
959 | 959 | ||
960 | On non-ancient distros (post-2000 ones) N is usually a safe choice. | 960 | On non-ancient distros (post-2000 ones) N is usually a safe choice. |
@@ -1124,7 +1124,7 @@ config INIT_ALL_POSSIBLE | |||
1124 | cpu_possible_map, some of them chose to initialize cpu_possible_map | 1124 | cpu_possible_map, some of them chose to initialize cpu_possible_map |
1125 | with all 1s, and others with all 0s. When they were centralised, | 1125 | with all 1s, and others with all 0s. When they were centralised, |
1126 | it was better to provide this option than to break all the archs | 1126 | it was better to provide this option than to break all the archs |
1127 | and have several arch maintainers persuing me down dark alleys. | 1127 | and have several arch maintainers pursuing me down dark alleys. |
1128 | 1128 | ||
1129 | config STOP_MACHINE | 1129 | config STOP_MACHINE |
1130 | bool | 1130 | bool |