summaryrefslogtreecommitdiff
path: root/patches/hotplug-light-get-online-cpus.patch
diff options
context:
space:
mode:
Diffstat (limited to 'patches/hotplug-light-get-online-cpus.patch')
-rw-r--r--patches/hotplug-light-get-online-cpus.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/patches/hotplug-light-get-online-cpus.patch b/patches/hotplug-light-get-online-cpus.patch
index 0a7b6988255f..bf5a3a6b7aab 100644
--- a/patches/hotplug-light-get-online-cpus.patch
+++ b/patches/hotplug-light-get-online-cpus.patch
@@ -64,7 +64,7 @@ Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
void cpus_read_lock(void)
--- a/kernel/sched/core.c
+++ b/kernel/sched/core.c
-@@ -7203,6 +7203,7 @@ void migrate_disable(void)
+@@ -7202,6 +7202,7 @@ void migrate_disable(void)
}
preempt_disable();
@@ -72,7 +72,7 @@ Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
migrate_disable_update_cpus_allowed(p);
p->migrate_disable = 1;
-@@ -7268,12 +7269,15 @@ void migrate_enable(void)
+@@ -7267,12 +7268,15 @@ void migrate_enable(void)
arg.task = p;
arg.dest_cpu = dest_cpu;