Ticket #5192: arch_vm_tm-dprintf.diff

File arch_vm_tm-dprintf.diff, 748 bytes (added by andreasf, 14 years ago)

patch

  • src/system/kernel/arch/ppc/arch_vm_translation_map.cpp

    diff --git a/src/system/kernel/arch/ppc/arch_vm_translation_map.cpp b/src/system/kernel/arch/ppc/arch_vm_translation_map.cpp
    index 6a00918..f13f680 100644
    a b lookup_page_table_entry(vm_translation_map *map, addr_t virtualAddress)  
    273273    // lookup the vsid based off the va
    274274    uint32 virtualSegmentID = VADDR_TO_VSID(map, virtualAddress);
    275275
    276 //  dprintf("vm_translation_map.lookup_page_table_entry: vsid %d, va 0x%lx\n", vsid, va);
     276//  dprintf("vm_translation_map.lookup_page_table_entry: vsid %ld, va 0x%lx\n", virtualSegmentID, virtualAddress);
    277277
    278278
    279279    // Search for the page table entry using the primary hash value