]> git.baikalelectronics.ru Git - kernel.git/commit
MIPS: SMP-CPS: Remove duplicate assignment of core in play_dead
authorMatt Redfearn <matt.redfearn@mips.com>
Fri, 15 Dec 2017 09:34:53 +0000 (09:34 +0000)
committerJames Hogan <jhogan@kernel.org>
Mon, 5 Feb 2018 14:36:06 +0000 (14:36 +0000)
commitf2d12a2c2c9b3445705b75c11c524103bd4a26d7
tree0bdfb0683a05b4a264f0fba246908335cf322572
parent80f30b0c323f3bf8be5280a93c044d12c1fc0832
MIPS: SMP-CPS: Remove duplicate assignment of core in play_dead

The merge of commit 695cffbf1f4d6 ("MIPS: Abstract CPU core & VP(E) ID
access through accessor functions") ended up creating a duplicate
assignment of core during the rebase on commit 9a1e9596c4fa ("MIPS:
smp-cps: Fix potentially uninitialised value of core"). Remove the
duplicate.

Fixes: 695cffbf1f4d ("MIPS: Abstract CPU core & VP(E) ID access through accessor functions")
Signed-off-by: Matt Redfearn <matt.redfearn@mips.com>
Cc: Ralf Baechle <ralf@linux-mips.org>
Cc: Paul Burton <paul.burton@mips.com>
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/17955/
Signed-off-by: James Hogan <jhogan@kernel.org>
arch/mips/kernel/smp-cps.c