From 15d76ad333c2fea62ce7a54bec749d59ad3a064b Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Mon, 19 Oct 2020 15:51:18 -0700 Subject: Updated to 5.9.1 --- unscrew-ck1-fix-suspend-to-ram.patch | 31 ------------------------------- 1 file changed, 31 deletions(-) delete mode 100644 unscrew-ck1-fix-suspend-to-ram.patch (limited to 'unscrew-ck1-fix-suspend-to-ram.patch') diff --git a/unscrew-ck1-fix-suspend-to-ram.patch b/unscrew-ck1-fix-suspend-to-ram.patch deleted file mode 100644 index b43e9db..0000000 --- a/unscrew-ck1-fix-suspend-to-ram.patch +++ /dev/null @@ -1,31 +0,0 @@ -From fb7e2cfaf61cf5f9c2336331e73296f455bd2d51 Mon Sep 17 00:00:00 2001 -From: Steven Barrett -Date: Sat, 27 Jun 2020 17:32:41 -0500 -Subject: [PATCH] muqss: Revert invocation of "finish_cpu" when offlining core - -Backporting the equivalent change in sched/core.c to sched/MuQSS.c in -function, idle_task_exit, causes an oops at boot with MuQSS. - -Instead, make an exception for MuQSS so "finish_cpu" is not executed -while running MuQSS and retain the original "idle_task_exit" -implementation. ---- - kernel/cpu.c | 4 ++++ - 1 file changed, 4 insertions(+) - -diff --git a/kernel/cpu.c b/kernel/cpu.c -index 244d305443773..90b77028233b0 100644 ---- a/kernel/cpu.c -+++ b/kernel/cpu.c -@@ -1565,7 +1565,11 @@ static struct cpuhp_step cpuhp_hp_states[] = { - [CPUHP_BRINGUP_CPU] = { - .name = "cpu:bringup", - .startup.single = bringup_cpu, -+#ifdef CONFIG_SCHED_MUQSS -+ .teardown.single = NULL, -+#else - .teardown.single = finish_cpu, -+#endif - .cant_stop = true, - }, - /* Final state before CPU kills itself */ -- cgit v1.2.1