Merge pull request #12291 from coolljt0725/add_cfs_bandwidth_to_check_config

Add CFS_BANDWIDTH to check-config
Upstream-commit: 76eeb5d777ab0e8138229d10ae2e0dfe4fed2cf4
Component: engine
This commit is contained in:
Michael Crosby
2015-04-13 10:55:31 -07:00

View File

@ -161,6 +161,7 @@ echo 'Optional Features:'
flags=(
RESOURCE_COUNTERS
CGROUP_PERF
CFS_BANDWIDTH
)
check_flags "${flags[@]}"