From: jerin jacob Date: Thu, 11 Oct 2012 16:48:51 +0000 (+0530) Subject: MIPS: CMP: Fix physical core number calculation logic X-Git-Tag: v3.7-rc2~27^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0cc40dac8605b3b6b099b47cdde9500d592e6583;p=pandora-kernel.git MIPS: CMP: Fix physical core number calculation logic The CPUNum Field in EBase register is 10bit wide, so after 1 bit right shift, the mask value should be 0x1ff. Signed-off-by: jerin jacob Cc: linux-mips@linux-mips.org Patchwork: https://patchwork.linux-mips.org/patch/4420/ Signed-off-by: Ralf Baechle --- Reading git-diff-tree failed