sched/walt: Accounting for number of irqs pending on each core
[firefly-linux-kernel-4.4.55.git] / kernel / sysctl.c
index e2d9953822be27ebc89532189ee05a3ac1516f9c..d964422eb6014f6abe6307bf15ed0f7de80340a0 100644 (file)
@@ -333,6 +333,13 @@ static struct ctl_table kern_table[] = {
                .mode           = 0644,
                .proc_handler   = proc_dointvec,
        },
+       {
+               .procname       = "sched_walt_cpu_high_irqload",
+               .data           = &sysctl_sched_walt_cpu_high_irqload,
+               .maxlen         = sizeof(unsigned int),
+               .mode           = 0644,
+               .proc_handler   = proc_dointvec,
+       },
 #endif
        {
                .procname       = "sched_sync_hint_enable",