Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 204589
b: refs/heads/master
c: 2dc2ae3
h: refs/heads/master
i:
  204587: fdebfad
v: v3
  • Loading branch information
David Daney authored and Ralf Baechle committed Aug 5, 2010
1 parent 2e0c0a7 commit e50622c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: ea435464a14af37b9384e96b2f5a1f76a605b048
refs/heads/master: 2dc2ae344e0e655fb4296266036d2ac5064634ae
4 changes: 4 additions & 0 deletions trunk/arch/mips/kernel/smp.c
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,12 @@
#endif /* CONFIG_MIPS_MT_SMTC */

volatile cpumask_t cpu_callin_map; /* Bitmask of started secondaries */

int __cpu_number_map[NR_CPUS]; /* Map physical to logical */
EXPORT_SYMBOL(__cpu_number_map);

int __cpu_logical_map[NR_CPUS]; /* Map logical to physical */
EXPORT_SYMBOL(__cpu_logical_map);

/* Number of TCs (or siblings in Intel speak) per CPU core */
int smp_num_siblings = 1;
Expand Down

0 comments on commit e50622c

Please sign in to comment.