Changeset 366 for soft/giet_vm/giet_boot/boot_entry.S
- Timestamp:
- Jul 23, 2014, 4:16:05 PM (10 years ago)
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
soft/giet_vm/giet_boot/boot_entry.S
r365 r366 45 45 /* (proc_id is a "continuous" index, while proc_xyl is a "fixed format" index */ 46 46 47 mfc0 k0, CP0_ EBASE47 mfc0 k0, CP0_PROCID 48 48 andi k0, k0, 0x3FF /* k0 <= proc_xyl */ 49 49 la t7, NB_PROCS_MAX /* t7 <= NBPROCS */
Note: See TracChangeset
for help on using the changeset viewer.