Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 162816
b: refs/heads/master
c: 7e17615
h: refs/heads/master
v: v3
  • Loading branch information
Ralf Baechle committed Sep 17, 2009
1 parent 78e05b1 commit ff86987
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 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: 70ebadc8e30efef3bf21ba94b3571537de8bcf4e
refs/heads/master: 7e17615c45980fc34d3f7d04bc7063cfc32180ec
3 changes: 1 addition & 2 deletions trunk/arch/mips/kernel/smp.c
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
#include <linux/cpumask.h>
#include <linux/cpu.h>
#include <linux/err.h>
#include <linux/smp.h>

#include <asm/atomic.h>
#include <asm/cpu.h>
Expand All @@ -49,8 +50,6 @@ volatile cpumask_t cpu_callin_map; /* Bitmask of started secondaries */
int __cpu_number_map[NR_CPUS]; /* Map physical to logical */
int __cpu_logical_map[NR_CPUS]; /* Map logical to physical */

extern void cpu_idle(void);

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

0 comments on commit ff86987

Please sign in to comment.