Tk-Glitch
2020-12-15 12:31:20 +01:00
parent a79ceec147
commit 9da8bafb37
2 changed files with 3 additions and 3 deletions

View File

@@ -7911,7 +7911,7 @@ index 000000000000..83c2d019c446
+ }
+}
+
+static inline int task_running_nice(struct task_struct *p)
+inline int task_running_nice(struct task_struct *p)
+{
+ return (p->prio + p->boost_prio > DEFAULT_PRIO + MAX_PRIORITY_ADJ);
+}