Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 21491
b: refs/heads/master
c: 12e126a
h: refs/heads/master
i:
  21489: 52e2059
  21487: 9efde23
v: v3
  • Loading branch information
David S. Miller committed Mar 20, 2006
1 parent 34e4a39 commit c6cc4d1
Show file tree
Hide file tree
Showing 2 changed files with 6 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: 52845cdb3b9c4c5fe1c2e295bd14457ff8dd6bcc
refs/heads/master: 12e126ad229abc718d05600027fcd5794c1e31e5
5 changes: 5 additions & 0 deletions trunk/arch/sparc64/mm/init.c
Original file line number Diff line number Diff line change
Expand Up @@ -510,6 +510,11 @@ static void __init hypervisor_tlb_lock(unsigned long vaddr,
"=&r" (arg3)
: "0" (func), "1" (arg0), "2" (arg1),
"3" (arg2), "4" (arg3));
if (arg0 != 0) {
prom_printf("hypervisor_tlb_lock[%lx:%lx:%lx:%lx]: "
"errors with %lx\n", vaddr, 0, pte, mmu, arg0);
prom_halt();
}
}

static unsigned long kern_large_tte(unsigned long paddr);
Expand Down

0 comments on commit c6cc4d1

Please sign in to comment.