Changeset 262 for soft/giet_vm/giet_boot
- Timestamp:
- Dec 14, 2013, 8:39:48 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
soft/giet_vm/giet_boot/boot.c
r258 r262 2099 2099 } // end monoprocessor boot 2100 2100 2101 // reset BEV bit in the status register to use GIET exception 2102 // handler instead of the PRELOADER exception handler 2103 _set_sr( 0 ); 2104 2101 2105 // all processor initialise SCHED register 2102 2106 _set_sched( (unsigned int)_schedulers[procid] );
Note: See TracChangeset
for help on using the changeset viewer.