commit | 0cc40dac8605b3b6b099b47cdde9500d592e6583 | [log] [tgz] |
---|---|---|
author | jerin jacob <jerinjacobk@gmail.com> | Thu Oct 11 22:18:51 2012 +0530 |
committer | Ralf Baechle <ralf@linux-mips.org> | Thu Oct 18 11:45:41 2012 +0200 |
tree | 322340d7a49068430565199ebeb18055924c7e9a | |
parent | a12265400c18e6e67d444f05fec3a792a2f87c10 [diff] |
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 <jerinjacobk@gmail.com> Cc: linux-mips@linux-mips.org Patchwork: https://patchwork.linux-mips.org/patch/4420/ Signed-off-by: Ralf Baechle <ralf@linux-mips.org>