Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 11100
b: refs/heads/master
c: 9678e28
h: refs/heads/master
v: v3
  • Loading branch information
Maciej W. Rozycki authored and Ralf Baechle committed Oct 29, 2005
1 parent ebf9c6e commit d6d55d0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 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: 15b6e09b66b1e534377dbd6c4d6a5d097062315c
refs/heads/master: 9678e28b1ab931c35567cb15927b8c5e474934c3
14 changes: 7 additions & 7 deletions trunk/arch/mips/mm/tlbex.c
Original file line number Diff line number Diff line change
Expand Up @@ -1239,7 +1239,7 @@ static void __init build_r4000_tlb_refill_handler(void)
{
int i;

for (i = 0; i < 64; i++)
for (i = 0; i < final_len; i++)
printk("%08x\n", final_handler[i]);
}
#endif
Expand Down Expand Up @@ -1506,7 +1506,7 @@ static void __init build_r3000_tlb_load_handler(void)
{
int i;

for (i = 0; i < FASTPATH_SIZE; i++)
for (i = 0; i < (p - handle_tlbl); i++)
printk("%08x\n", handle_tlbl[i]);
}
#endif
Expand Down Expand Up @@ -1547,7 +1547,7 @@ static void __init build_r3000_tlb_store_handler(void)
{
int i;

for (i = 0; i < FASTPATH_SIZE; i++)
for (i = 0; i < (p - handle_tlbs); i++)
printk("%08x\n", handle_tlbs[i]);
}
#endif
Expand Down Expand Up @@ -1588,7 +1588,7 @@ static void __init build_r3000_tlb_modify_handler(void)
{
int i;

for (i = 0; i < FASTPATH_SIZE; i++)
for (i = 0; i < (p - handle_tlbm); i++)
printk("%08x\n", handle_tlbm[i]);
}
#endif
Expand Down Expand Up @@ -1680,7 +1680,7 @@ static void __init build_r4000_tlb_load_handler(void)
{
int i;

for (i = 0; i < FASTPATH_SIZE; i++)
for (i = 0; i < (p - handle_tlbl); i++)
printk("%08x\n", handle_tlbl[i]);
}
#endif
Expand Down Expand Up @@ -1719,7 +1719,7 @@ static void __init build_r4000_tlb_store_handler(void)
{
int i;

for (i = 0; i < FASTPATH_SIZE; i++)
for (i = 0; i < (p - handle_tlbs); i++)
printk("%08x\n", handle_tlbs[i]);
}
#endif
Expand Down Expand Up @@ -1759,7 +1759,7 @@ static void __init build_r4000_tlb_modify_handler(void)
{
int i;

for (i = 0; i < FASTPATH_SIZE; i++)
for (i = 0; i < (p - handle_tlbm); i++)
printk("%08x\n", handle_tlbm[i]);
}
#endif
Expand Down

0 comments on commit d6d55d0

Please sign in to comment.