]> git.baikalelectronics.ru Git - kernel.git/commit
MIPS: smp-cmp: Fix vpe_id build error
authorJames Hogan <jhogan@kernel.org>
Wed, 1 Nov 2017 23:20:23 +0000 (23:20 +0000)
committerJames Hogan <jhogan@kernel.org>
Wed, 1 Nov 2017 23:23:00 +0000 (23:23 +0000)
commitd5136c0825ccb26595ee3e48ae74e63d17a03e8f
tree3e8f1b0e06d2cf4cae901fa6c1542dfdc3fd1f1e
parenta2bf11ba02cfdb935c023045385cef4a80052c6f
MIPS: smp-cmp: Fix vpe_id build error

The smp-cmp build has been (further) broken since commit 4f99eaded680
("MIPS: Store core & VP IDs in GlobalNumber-style variable") in
v4.14-rc1 like so:

arch/mips/kernel/smp-cmp.c: In function ‘cmp_init_secondary’:
arch/mips/kernel/smp-cmp.c:53:4: error: ‘struct cpuinfo_mips’ has no member named ‘vpe_id’
   c->vpe_id = (read_c0_tcbind() >> TCBIND_CURVPE_SHIFT) &
    ^

Fix by replacing vpe_id with cpu_set_vpe_id().

Fixes: 4f99eaded680 ("MIPS: Store core & VP IDs in GlobalNumber-style variable")
Signed-off-by: James Hogan <jhogan@kernel.org>
Reviewed-by: Paul Burton <paul.burton@imgtec.com>
Cc: Ralf Baechle <ralf@linux-mips.org>
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/17569/
Signed-off-by: James Hogan <jhogan@kernel.org>
arch/mips/kernel/smp-cmp.c