Changeset fd3c9e5 in mainline for arch/mips32/src/mm/tlb.c


Ignore:
Timestamp:
2005-10-07T09:53:17Z (19 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
92e5431
Parents:
cc205f1
Message:

Small changes to mips32 mm.
Small changes in mm mapping test #1.

File:
1 edited

Legend:

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

    rcc205f1 rfd3c9e5  
    8787        __address badvaddr;
    8888        pte_t *pte;
    89        
     89
     90// debug       
     91        entry_hi_t hi;
     92
    9093        badvaddr = cp0_badvaddr_read();
     94
     95// debug
     96        hi.value = cp0_entry_hi_read();
     97        printf("TLB Refill: hi.vnp2=%X\n", hi.vpn2);
    9198       
    9299        spinlock_lock(&VM->lock);               
Note: See TracChangeset for help on using the changeset viewer.