Changeset 234


Ignore:
Timestamp:
Mar 12, 2013, 11:40:53 AM (11 years ago)
Author:
haoliu
Message:

add initialization of proc_time to zero in reset.S

File:
1 edited

Legend:

Unmodified
Added
Removed
  • soft/giet_vm/boot/reset.S

    r207 r234  
    139139boot_start:
    140140
     141    # initialize the proc_time to zero 
     142    mtc0    $0, CP0_TIME
     143
    141144    # get the procid
    142145    mfc0        k0,     CP0_PROCID
Note: See TracChangeset for help on using the changeset viewer.