Changeset 726 for soft/giet_vm
- Timestamp:
- Nov 21, 2015, 2:46:24 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
soft/giet_vm/giet_boot/boot.c
r716 r726 1283 1283 psched->threads = ltid + 1; 1284 1284 1285 // ctx_trd _id : compute pthread global identifier1285 // ctx_trdid : compute pthread global identifier 1286 1286 unsigned int ctx_trdid = x << 24 | y<<16 | lpid<<8 | ltid; 1287 1287 … … 1352 1352 void boot_mapping_init() 1353 1353 { 1354 1355 #if BOOT_DEBUG_MAPPING 1356 _printf("\n[BOOT DEBUG] boot_mapin_init() : enter\n"); 1357 #endif 1358 1354 1359 // load map.bin file into buffer 1355 1360 if ( _fat_load_no_cache( "map.bin",
Note: See TracChangeset
for help on using the changeset viewer.