Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 58199
b: refs/heads/master
c: 8c976e3
h: refs/heads/master
i:
  58197: c38a98f
  58195: 79b37cc
  58191: 49c11cc
v: v3
  • Loading branch information
Ralf Baechle committed Jul 4, 2007
1 parent 19ac60c commit 2e1d502
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 83d0f2332edb3001617e6a292c4412ae5f2bf659
refs/heads/master: 8c976e34516c9e134488babbb95af182340370c8
4 changes: 2 additions & 2 deletions trunk/arch/mips/kernel/smp-mt.c
Original file line number Diff line number Diff line change
Expand Up @@ -236,8 +236,6 @@ void __init plat_smp_setup(void)
dvpe();
dmt();

mips_mt_set_cpuoptions();

/* Put MVPE's into 'configuration state' */
set_c0_mvpcontrol(MVPCONTROL_VPC);

Expand All @@ -263,6 +261,8 @@ void __init plat_smp_setup(void)

void __init plat_prepare_cpus(unsigned int max_cpus)
{
mips_mt_set_cpuoptions();

/* set up ipi interrupts */
if (cpu_has_vint) {
set_vi_handler(MIPS_CPU_IPI_RESCHED_IRQ, ipi_resched_dispatch);
Expand Down

0 comments on commit 2e1d502

Please sign in to comment.