Skip to content

Commit

Permalink
[MIPS] SMTC: Fix cp0 hazard.
Browse files Browse the repository at this point in the history
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
  • Loading branch information
Ralf Baechle committed Jan 19, 2007
1 parent a8b3485 commit c80697b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/mips/kernel/smtc.c
Original file line number Diff line number Diff line change
Expand Up @@ -261,6 +261,7 @@ void smtc_configure_tlb(void)
}
}
write_c0_mvpcontrol(read_c0_mvpcontrol() | MVPCONTROL_STLB);
ehb();

/*
* Setup kernel data structures to use software total,
Expand Down

0 comments on commit c80697b

Please sign in to comment.