Changeset cf85e24c in mainline for arch/sparc64/src/mm/tlb.c


Ignore:
Timestamp:
2006-04-22T23:00:26Z (19 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
12c7f27
Parents:
e692a27
Message:

printf-related and other code cleanup

File:
1 edited

Legend:

Unmodified
Added
Removed
  • arch/sparc64/src/mm/tlb.c

    re692a27 rcf85e24c  
    173173                tpc_str = get_symtab_entry(tpc);
    174174
    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 : "?");
    177177                panic("%s\n", __FUNCTION__);
    178178        }
Note: See TracChangeset for help on using the changeset viewer.