Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 334491
b: refs/heads/master
c: 0cc40da
h: refs/heads/master
i:
  334489: 63010d0
  334487: 6f74bd5
v: v3
  • Loading branch information
jerin jacob authored and Ralf Baechle committed Oct 18, 2012
1 parent a7ac85d commit d586aba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: a12265400c18e6e67d444f05fec3a792a2f87c10
refs/heads/master: 0cc40dac8605b3b6b099b47cdde9500d592e6583
2 changes: 1 addition & 1 deletion trunk/arch/mips/kernel/smp-cmp.c
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ static void cmp_init_secondary(void)

/* Enable per-cpu interrupts: platform specific */

c->core = (read_c0_ebase() >> 1) & 0xff;
c->core = (read_c0_ebase() >> 1) & 0x1ff;
#if defined(CONFIG_MIPS_MT_SMP) || defined(CONFIG_MIPS_MT_SMTC)
c->vpe_id = (read_c0_tcbind() >> TCBIND_CURVPE_SHIFT) & TCBIND_CURVPE;
#endif
Expand Down

0 comments on commit d586aba

Please sign in to comment.