MIPS: MT: core_nvpes function to retrieve VPE count
authorPaul Burton <paul.burton@imgtec.com>
Thu, 27 Mar 2014 10:57:01 +0000 (10:57 +0000)
committerRalf Baechle <ralf@linux-mips.org>
Mon, 31 Mar 2014 16:17:12 +0000 (18:17 +0200)
commit968a0734db05ad907bc8fffabdbe7da5e1e731f6
tree61a4dcad59737a6c23c841489edfe3c46b296846
parentd94c90f8050e1e7d46a4217909af106a08dd31ea
MIPS: MT: core_nvpes function to retrieve VPE count

This function simply returns the number of VPEs present in the current
core, or 1 if the core does not implement the MT ASE. In SMP kernels
this will typically equal smp_num_siblings, however it will also be
usable in UP kernels and helps prepare for the possibility of a
heterogenous system where the VPE count is not the same across all
cores.

Signed-off-by: Paul Burton <paul.burton@imgtec.com>
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/6665/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/include/asm/mipsmtregs.h
This page took 0.02554 seconds and 5 git commands to generate.