Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 11121
b: refs/heads/master
c: 4c0a2d4
h: refs/heads/master
i:
  11119: abdb6f2
v: v3
  • Loading branch information
Maciej W. Rozycki authored and Ralf Baechle committed Oct 29, 2005
1 parent d331e43 commit 906cef9
Show file tree
Hide file tree
Showing 2 changed files with 9 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: 41986a6e7ea3b3acb452d00d56acda7c63761736
refs/heads/master: 4c0a2d4275b6993066810c42c4c6b0729d3b67a9
9 changes: 8 additions & 1 deletion trunk/arch/mips/mm/tlbex.c
Original file line number Diff line number Diff line change
Expand Up @@ -1238,8 +1238,15 @@ static void __init build_r4000_tlb_refill_handler(void)
{
int i;

f = final_handler;
#ifdef CONFIG_64BIT
if (final_len > 32)
final_len = 64;
else
f = final_handler + 32;
#endif /* CONFIG_64BIT */
for (i = 0; i < final_len; i++)
printk("%08x\n", final_handler[i]);
printk("%08x\n", f[i]);
}
#endif

Expand Down

0 comments on commit 906cef9

Please sign in to comment.