]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/blobdiff - kernel/sysctl.c
cpuidle: Move trace_cpu_idle() into generic code
[mirror_ubuntu-hirsute-kernel.git] / kernel / sysctl.c
index f785de3caac0a2abbd13575c70f4ab4e2dcd7905..287862f91717a67eb4e13f11d7486dfad42fbe96 100644 (file)
@@ -2851,6 +2851,15 @@ static struct ctl_table vm_table[] = {
                .mode           = 0200,
                .proc_handler   = sysctl_compaction_handler,
        },
+       {
+               .procname       = "compaction_proactiveness",
+               .data           = &sysctl_compaction_proactiveness,
+               .maxlen         = sizeof(sysctl_compaction_proactiveness),
+               .mode           = 0644,
+               .proc_handler   = proc_dointvec_minmax,
+               .extra1         = SYSCTL_ZERO,
+               .extra2         = &one_hundred,
+       },
        {
                .procname       = "extfrag_threshold",
                .data           = &sysctl_extfrag_threshold,