Ignore:
Timestamp:
Jul 23, 2014, 4:16:05 PM (10 years ago)
Author:
cfuguet
Message:

giet_boot: using boot_entry instead of boot_init as entry point

File:
1 moved

Legend:

Unmodified
Added
Removed
  • soft/giet_vm/giet_boot/boot_entry.S

    r365 r366  
    4545    /* (proc_id is a "continuous" index, while proc_xyl is a "fixed format" index */
    4646
    47     mfc0   k0,      CP0_EBASE
     47    mfc0   k0,      CP0_PROCID
    4848    andi   k0,      k0,     0x3FF   /* k0 <= proc_xyl                             */
    4949    la     t7,      NB_PROCS_MAX    /* t7 <= NBPROCS                              */
Note: See TracChangeset for help on using the changeset viewer.