Ignore:
Timestamp:
Dec 20, 2017, 4:51:09 PM (7 years ago)
Author:
alain
Message:

Fix bugs in exec

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/kernel/kern/kernel_init.c

    r408 r409  
    770770    thread->core = &LOCAL_CLUSTER->core_tbl[core_lid];
    771771
    772     // each core initializes locks_root" and "xlocks_root" in idle thread descriptor
     772#if CONFIG_LOCKS_DEBUG
    773773    list_root_init( &thread->locks_root );
    774774    xlist_root_init( XPTR( local_cxy , &thread->xlocks_root ) );
     775#endif
    775776
    776777    // CP0 in I/O cluster initialises TXT0 chdev descriptor
Note: See TracChangeset for help on using the changeset viewer.