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 | 55c1859a9f9809d04b5a12f9d298cd2dc64ce236 (patch) | |
tree | ad59d69f7b3233a3a24166ccade722a22ef5eb4c /Config.in | |
parent | 9865d93281e325f5b7edb03615b1226b738bb5ae (diff) | |
download | upstream-55c1859a9f9809d04b5a12f9d298cd2dc64ce236.tar.gz upstream-55c1859a9f9809d04b5a12f9d298cd2dc64ce236.tar.bz2 upstream-55c1859a9f9809d04b5a12f9d298cd2dc64ce236.zip |
Config.in: remove duplicate KERNEL_PERF_EVENTS symbol
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37222 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'Config.in')
-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 |