summarylogtreecommitdiffstats
path: root/fix_project_c.patch
diff options
context:
space:
mode:
Diffstat (limited to 'fix_project_c.patch')
-rw-r--r--fix_project_c.patch22
1 files changed, 0 insertions, 22 deletions
diff --git a/fix_project_c.patch b/fix_project_c.patch
deleted file mode 100644
index cd662434c490..000000000000
--- a/fix_project_c.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-From 570d8c5b6f7439217b45906568adddb0a6cc2751 Mon Sep 17 00:00:00 2001
-From: Alfred Chen <cchalpha@gmail.com>
-Date: Tue, 15 Dec 2020 11:19:05 +0800
-Subject: [PATCH] sched/bmq: Fix compilation issue.
-
----
- kernel/sched/bmq_imp.h | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/kernel/sched/bmq_imp.h b/kernel/sched/bmq_imp.h
-index 83c2d019c446..3faba5f9bb69 100644
---- a/kernel/sched/bmq_imp.h
-+++ b/kernel/sched/bmq_imp.h
-@@ -62,7 +62,7 @@ static inline void time_slice_expired(struct task_struct *p, struct rq *rq)
- }
- }
-
--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);
- } \ No newline at end of file