Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 20292
b: refs/heads/master
c: 1bdfd0d
h: refs/heads/master
v: v3
  • Loading branch information
Ralf Baechle committed Feb 14, 2006
1 parent 6b4d8eb commit efb125d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 30 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: 359bbd42a5a205234d5943571fc7bf946967ee59
refs/heads/master: 1bdfd0d9632f0254a4fc01d17c9933ae6107dec4
29 changes: 0 additions & 29 deletions trunk/arch/mips/kernel/smp_mt.c
Original file line number Diff line number Diff line change
Expand Up @@ -102,35 +102,6 @@ void __init sanitize_tlb_entries(void)
clear_c0_mvpcontrol(MVPCONTROL_VPC);
}

#if 0
/*
* Use c0_MVPConf0 to find out how many CPUs are available, setting up
* phys_cpu_present_map and the logical/physical mappings.
*/
void __init prom_build_cpu_map(void)
{
int i, num, ncpus;

cpus_clear(phys_cpu_present_map);

/* assume we boot on cpu 0.... */
cpu_set(0, phys_cpu_present_map);
__cpu_number_map[0] = 0;
__cpu_logical_map[0] = 0;

if (cpu_has_mipsmt) {
ncpus = ((read_c0_mvpconf0() & (MVPCONF0_PVPE)) >> MVPCONF0_PVPE_SHIFT) + 1;
for (i=1, num=0; i< NR_CPUS && i<ncpus; i++) {
cpu_set(i, phys_cpu_present_map);
__cpu_number_map[i] = ++num;
__cpu_logical_map[num] = i;
}

printk(KERN_INFO "%i available secondary CPU(s)\n", num);
}
}
#endif

static void ipi_resched_dispatch (struct pt_regs *regs)
{
do_IRQ(MIPS_CPU_IPI_RESCHED_IRQ, regs);
Expand Down

0 comments on commit efb125d

Please sign in to comment.