summaryrefslogtreecommitdiff
path: root/kernel/stop_machine.c
diff options
context:
space:
mode:
authorJulia Cartwright <julia@ni.com>2018-12-20 14:51:21 -0600
committerJulia Cartwright <julia@ni.com>2018-12-20 14:51:21 -0600
commite2261c5b1a26b02366b552e0d2c120640302fd71 (patch)
tree6f4860d4f71fa7f7a1ab41ceaa3c582c379da692 /kernel/stop_machine.c
parent2a2ccb7b686ffa5164f57eae44e92b8f8e89ebf0 (diff)
parentddd28fff50ddc10604e420ca30fe11affbc17567 (diff)
downloadlinux-rt-e2261c5b1a26b02366b552e0d2c120640302fd71.tar.gz
Merge tag 'v4.9.117' into v4.9-rt
This is the 4.9.117 stable release
Diffstat (limited to 'kernel/stop_machine.c')
-rw-r--r--kernel/stop_machine.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/stop_machine.c b/kernel/stop_machine.c
index 8b89dbedeaff..6b2952570c48 100644
--- a/kernel/stop_machine.c
+++ b/kernel/stop_machine.c
@@ -84,8 +84,8 @@ static bool cpu_stop_queue_work(unsigned int cpu, struct cpu_stop_work *work)
__cpu_stop_queue_work(stopper, work);
else if (work->done)
cpu_stop_signal_done(work->done);
-
raw_spin_unlock_irqrestore(&stopper->lock, flags);
+
return enabled;
}