Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 11101
b: refs/heads/master
c: d925c26
h: refs/heads/master
i:
  11099: ebf9c6e
v: v3
  • Loading branch information
Maciej W. Rozycki authored and Ralf Baechle committed Oct 29, 2005
1 parent d6d55d0 commit d8e6697
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 9678e28b1ab931c35567cb15927b8c5e474934c3
refs/heads/master: d925c262dd8bee2202b0d1b85ce0b332f48dd34b
3 changes: 3 additions & 0 deletions trunk/arch/mips/mm/tlbex.c
Original file line number Diff line number Diff line change
Expand Up @@ -1486,6 +1486,7 @@ static void __init build_r3000_tlb_load_handler(void)

build_r3000_tlbchange_handler_head(&p, K0, K1);
build_pte_present(&p, &l, &r, K0, K1, label_nopage_tlbl);
i_nop(&p); /* load delay */
build_make_valid(&p, &r, K0, K1);
build_r3000_pte_reload(&p, K1);
build_r3000_tlb_write(&p, &l, &r, K0);
Expand Down Expand Up @@ -1527,6 +1528,7 @@ static void __init build_r3000_tlb_store_handler(void)

build_r3000_tlbchange_handler_head(&p, K0, K1);
build_pte_writable(&p, &l, &r, K0, K1, label_nopage_tlbs);
i_nop(&p); /* load delay */
build_make_write(&p, &r, K0, K1);
build_r3000_pte_reload(&p, K1);
build_r3000_tlb_write(&p, &l, &r, K0);
Expand Down Expand Up @@ -1568,6 +1570,7 @@ static void __init build_r3000_tlb_modify_handler(void)

build_r3000_tlbchange_handler_head(&p, K0, K1);
build_pte_modifiable(&p, &l, &r, K0, K1, label_nopage_tlbm);
i_nop(&p); /* load delay */
build_make_write(&p, &r, K0, K1);
build_r3000_pte_reload(&p, K1);
i_tlbwi(&p);
Expand Down

0 comments on commit d8e6697

Please sign in to comment.