Changeset fd3c9e5 in mainline for arch/mips32/src/mm/tlb.c
- Timestamp:
- 2005-10-07T09:53:17Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 92e5431
- Parents:
- cc205f1
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/mips32/src/mm/tlb.c
rcc205f1 rfd3c9e5 87 87 __address badvaddr; 88 88 pte_t *pte; 89 89 90 // debug 91 entry_hi_t hi; 92 90 93 badvaddr = cp0_badvaddr_read(); 94 95 // debug 96 hi.value = cp0_entry_hi_read(); 97 printf("TLB Refill: hi.vnp2=%X\n", hi.vpn2); 91 98 92 99 spinlock_lock(&VM->lock);
Note:
See TracChangeset
for help on using the changeset viewer.