Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 36007
b: refs/heads/master
c: 847b9df
h: refs/heads/master
i:
  36005: 1ea83e6
  36003: 5b0f02c
  35999: 31dd17c
v: v3
  • Loading branch information
Chris Dearman authored and Ralf Baechle committed Sep 27, 2006
1 parent d5fad2a commit 8ca215b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: bca70d24c09b740d6fd96b972011644cba8383d6
refs/heads/master: 847b9dfccad7dd34b2e44b1c6ceeb1c4cb88084a
2 changes: 1 addition & 1 deletion trunk/arch/mips/kernel/smp-mt.c
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ void plat_smp_setup(void)
write_vpe_c0_config( read_c0_config());

/* make sure there are no software interrupts pending */
write_vpe_c0_cause(read_vpe_c0_cause() & ~(C_SW1|C_SW0));
write_vpe_c0_cause(0);

/* Propagate Config7 */
write_vpe_c0_config7(read_c0_config7());
Expand Down

0 comments on commit 8ca215b

Please sign in to comment.