Revert "qos: Don't allow userspace to impose restrictions on CPU idle levels"

This reverts commit b45b40f737237a158530d755785926884a88730e.
This commit is contained in:
Sultan Alsawaf 2020-12-10 13:27:41 -08:00 committed by mikairyuu
parent b2b74a3f0d
commit 5a7dc5ffbc

View File

@ -875,9 +875,6 @@ static int __init pm_qos_power_init(void)
BUILD_BUG_ON(ARRAY_SIZE(pm_qos_array) != PM_QOS_NUM_CLASSES);
/* Don't let userspace impose restrictions on CPU idle levels */
return 0;
d = debugfs_create_dir("pm_qos", NULL);
if (IS_ERR_OR_NULL(d))
d = NULL;