diff options
author | Matt Redfearn <matt.redfearn@imgtec.com> | 2017-03-31 12:51:08 +0200 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2017-04-12 21:34:30 +0200 |
commit | bac06cf0fb9dfd79877a4eaa2ec7c09a6b853ffa (patch) | |
tree | 2250f21c79055b4ca6485c123727a923a970dfc6 /include/acpi | |
parent | MIPS: KASLR: Add missing header files (diff) | |
download | linux-bac06cf0fb9dfd79877a4eaa2ec7c09a6b853ffa.tar.xz linux-bac06cf0fb9dfd79877a4eaa2ec7c09a6b853ffa.zip |
MIPS: smp-cps: Fix potentially uninitialised value of core
Turning on DEBUG in smp-cps.c, or compiling the kernel with
CONFIG_DYNAMIC_DEBUG enabled results the build error:
arch/mips/kernel/smp-cps.c: In function 'play_dead':
./include/linux/dynamic_debug.h:126:3: error: 'core' may be used
uninitialized in this function [-Werror=maybe-uninitialized]
Fix this by always initialising the variable.
Fixes: 0d2808f338c7 ("MIPS: smp-cps: Add support for CPU hotplug of MIPSr6 processors")
Signed-off-by: Matt Redfearn <matt.redfearn@imgtec.com>
Cc: James Hogan <james.hogan@imgtec.com>
Cc: Masahiro Yamada <yamada.masahiro@socionext.com>
Cc: Paul Burton <paul.burton@imgtec.com>
Cc: Ingo Molnar <mingo@kernel.org>
Cc: Andrew Morton <akpm@linux-foundation.org>
Cc: linux-mips@linux-mips.org
Cc: linux-kernel@vger.kernel.org
Patchwork: https://patchwork.linux-mips.org/patch/15848/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'include/acpi')
0 files changed, 0 insertions, 0 deletions