Changeset 26fa0f9f in mainline
- Timestamp:
- 2008-11-18T20:03:17Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 1d8cdb1
- Parents:
- 4ad8f19
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/ppc32/src/mm/tlb.c
r4ad8f19 r26fa0f9f 36 36 #include <arch/mm/tlb.h> 37 37 #include <arch/interrupt.h> 38 #include <interrupt.h> 38 39 #include <mm/as.h> 39 40 #include <arch.h> … … 117 118 if (s) 118 119 sym2 = s; 120 121 fault_if_from_uspace(istate, 122 "%p: PHT Refill Exception at %p (%s<-%s)\n", badvaddr, 123 istate->pc, symbol, sym2); 119 124 panic("%p: PHT Refill Exception at %p (%s<-%s)\n", badvaddr, 120 125 istate->pc, symbol, sym2);
Note:
See TracChangeset
for help on using the changeset viewer.