MIPS: pm-cps: Prevent use of mips_cps_* without CPS SMP
authorPaul Burton <paul.burton@imgtec.com>
Wed, 9 Jul 2014 11:48:18 +0000 (12:48 +0100)
committerRalf Baechle <ralf@linux-mips.org>
Wed, 30 Jul 2014 18:47:39 +0000 (20:47 +0200)
commit064231e548d0ef90453081f424ced7b3ffffffe9
tree40d8e21d395d879a0a518ed9222872981b401e73
parent250dc03727b9cce91bd86091f05bf2443e2be9ec
MIPS: pm-cps: Prevent use of mips_cps_* without CPS SMP

These symbols will not be defined when CONFIG_MIPS_CPS=n, but although
the CPS_PM_POWER_GATED state will never be used in that case the
compiler doesn't have enough information to figure that out. Add checks
which evaluate to a constant false for CONFIG_MIPS_CPS=n cases in order
to help the compiler out & eliminate the symbol references.

Signed-off-by: Paul Burton <paul.burton@imgtec.com>
Reviewed-by: Markos Chandras <markos.chandras@imgtec.com>
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/7278/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/include/asm/smp-cps.h
arch/mips/kernel/pm-cps.c
This page took 0.024884 seconds and 5 git commands to generate.