diff options
Diffstat (limited to 'patches/hotplug-Use-set_cpus_allowed_ptr-in-sync_unplug_thre.patch')
-rw-r--r-- | patches/hotplug-Use-set_cpus_allowed_ptr-in-sync_unplug_thre.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/patches/hotplug-Use-set_cpus_allowed_ptr-in-sync_unplug_thre.patch b/patches/hotplug-Use-set_cpus_allowed_ptr-in-sync_unplug_thre.patch index fca9ea6b34c8..a81e4bceaf09 100644 --- a/patches/hotplug-Use-set_cpus_allowed_ptr-in-sync_unplug_thre.patch +++ b/patches/hotplug-Use-set_cpus_allowed_ptr-in-sync_unplug_thre.patch @@ -35,7 +35,7 @@ Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de> --- a/kernel/cpu.c +++ b/kernel/cpu.c -@@ -418,7 +418,7 @@ static int sync_unplug_thread(void *data +@@ -413,7 +413,7 @@ static int sync_unplug_thread(void *data * we don't want any more work on this CPU. */ current->flags &= ~PF_NO_SETAFFINITY; |