Changeset 726 for soft


Ignore:
Timestamp:
Nov 21, 2015, 2:46:24 PM (9 years ago)
Author:
alain
Message:

Cosmetic.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • soft/giet_vm/giet_boot/boot.c

    r716 r726  
    12831283                    psched->threads   = ltid + 1;
    12841284
    1285                     // ctx_trd_id : compute pthread global identifier
     1285                    // ctx_trdid : compute pthread global identifier
    12861286                    unsigned int ctx_trdid = x << 24 | y<<16 | lpid<<8 | ltid;
    12871287
     
    13521352void boot_mapping_init()
    13531353{
     1354
     1355#if BOOT_DEBUG_MAPPING
     1356_printf("\n[BOOT DEBUG] boot_mapin_init() : enter\n");
     1357#endif
     1358
    13541359    // load map.bin file into buffer
    13551360    if ( _fat_load_no_cache( "map.bin",
Note: See TracChangeset for help on using the changeset viewer.