summarylogtreecommitdiffstats
path: root/bfs462-nosubmit.patch
diff options
context:
space:
mode:
authorgraysky2015-08-02 07:41:44 -0400
committergraysky2015-08-02 07:41:44 -0400
commitc67326d0728d38cb3a0e84d996626b17d5368634 (patch)
tree916f8403d396df490328e4247320311fd98cb36c /bfs462-nosubmit.patch
parentc23829b241e194f75c025d725223173772bef7df (diff)
downloadaur-c67326d0728d38cb3a0e84d996626b17d5368634.tar.gz
Update to 4.1.3-1
Diffstat (limited to 'bfs462-nosubmit.patch')
-rw-r--r--bfs462-nosubmit.patch37
1 files changed, 0 insertions, 37 deletions
diff --git a/bfs462-nosubmit.patch b/bfs462-nosubmit.patch
deleted file mode 100644
index 9b5a1075cd58..000000000000
--- a/bfs462-nosubmit.patch
+++ /dev/null
@@ -1,37 +0,0 @@
----
- kernel/sched/bfs.c | 16 ----------------
- 1 file changed, 16 deletions(-)
-
-Index: linux-4.0.2-ck1/kernel/sched/bfs.c
-===================================================================
---- linux-4.0.2-ck1.orig/kernel/sched/bfs.c 2015-05-12 20:55:15.065267897 +1000
-+++ linux-4.0.2-ck1/kernel/sched/bfs.c 2015-05-13 09:26:11.662810660 +1000
-@@ -3520,28 +3520,12 @@ rerun_prev_unlocked:
- sched_preempt_enable_no_resched();
- }
-
--static inline void sched_submit_work(struct task_struct *tsk)
--{
-- if (!tsk->state || tsk_is_pi_blocked(tsk))
-- return;
-- /*
-- * If we are going to sleep and we have plugged IO queued,
-- * make sure to submit it to avoid deadlocks.
-- */
-- if (blk_needs_flush_plug(tsk))
-- blk_schedule_flush_plug(tsk);
--}
--
- asmlinkage __visible void __sched schedule(void)
- {
-- struct task_struct *tsk = current;
--
-- sched_submit_work(tsk);
- do {
- __schedule();
- } while (need_resched());
- }
--
- EXPORT_SYMBOL(schedule);
-
- #ifdef CONFIG_CONTEXT_TRACKING