diff options
author | Felix Fietkau <nbd@openwrt.org> | 2013-07-10 07:51:47 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2013-07-10 07:51:47 +0000 |
commit | 60abecf605707fc81b8b7892aa7eaefe02c958e0 (patch) | |
tree | 144a04ab2cfca0b3eb4fb9a877bd451f9a112eb1 | |
parent | 5e672084cbd55103350168414ff71a3e70839172 (diff) | |
download | upstream-60abecf605707fc81b8b7892aa7eaefe02c958e0.tar.gz upstream-60abecf605707fc81b8b7892aa7eaefe02c958e0.tar.bz2 upstream-60abecf605707fc81b8b7892aa7eaefe02c958e0.zip |
Config.in: remove duplicate KERNEL_PERF_EVENTS symbol
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37222
-rw-r--r-- | Config.in | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -448,13 +448,10 @@ menu "Global build settings" the kmem extension can use it to guarantee that no group of processes will ever exhaust kernel resources alone. - config KERNEL_PERF_EVENTS - bool - default y if KERNEL_CGROUP_PERF - config KERNEL_CGROUP_PERF bool "Enable perf_event per-cpu per-container group (cgroup) monitoring" default n + select KERNEL_PERF_EVENTS help This option extends the per-cpu mode to restrict monitoring to threads which belong to the cgroup specified and run on the |