From: Paul Burton Date: Thu, 27 Mar 2014 10:57:30 +0000 (+0000) Subject: MIPS: Fix core number detection for MT cores X-Git-Tag: v3.15-rc1~125^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=30ee615bb86ba640c9ec7f85fb95c1b0e31c41be;p=pandora-kernel.git MIPS: Fix core number detection for MT cores In cores which implement the MT ASE, the CPUNum in the EBase register is a concatenation of the core number & the VPE ID within that core. In order to retrieve the correct core number CPUNum must be shifted appropriately to remove the VPE ID bits. Signed-off-by: Paul Burton Cc: linux-mips@linux-mips.org Patchwork: https://patchwork.linux-mips.org/patch/6666/ Signed-off-by: Ralf Baechle --- Reading git-diff-tree failed