diff options
author | Paul Burton <paul.burton@imgtec.com> | 2014-03-24 10:19:24 (GMT) |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2014-03-26 22:00:05 (GMT) |
commit | b86c2247a20f5d8b6f2b3bd0dfd2c9c8c6908b5e (patch) | |
tree | 59b3b71d57b93d251f3ea84421a69e6a287213dd /arch/mips/kernel/smp-cps.c | |
parent | 9c38cf44712af95a5ec3937d63faaea9b43eab9a (diff) | |
download | linux-b86c2247a20f5d8b6f2b3bd0dfd2c9c8c6908b5e.tar.xz |
MIPS: Add cpu_vpe_id macro
The vpe_id field of struct cpuinfo_mips is only present when one of
CONFIG_MIPS_MT_{SMP,SMTC} is enabled. That means that any code accessing
which may compile without MT is currently forced to use an #ifdef.
Instead this patch provides an accessor macro, #ifdef'd appropriately
to prevent further #ifdef's elsewhere.
Signed-off-by: Paul Burton <paul.burton@imgtec.com>
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/6646/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/kernel/smp-cps.c')
0 files changed, 0 insertions, 0 deletions