Changeset cf85e24c in mainline for arch/sparc64/src/mm/tlb.c
- Timestamp:
- 2006-04-22T23:00:26Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 12c7f27
- Parents:
- e692a27
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/sparc64/src/mm/tlb.c
re692a27 rcf85e24c 173 173 tpc_str = get_symtab_entry(tpc); 174 174 175 printf("Faulting page: % P, ASID=%d\n", tag.vpn * PAGE_SIZE, tag.context);176 printf("TPC=% P, (%s)\n", tpc, tpc_str ? tpc_str : "?");175 printf("Faulting page: %p, ASID=%d\n", tag.vpn * PAGE_SIZE, tag.context); 176 printf("TPC=%p, (%s)\n", tpc, tpc_str ? tpc_str : "?"); 177 177 panic("%s\n", __FUNCTION__); 178 178 }
Note:
See TracChangeset
for help on using the changeset viewer.