Ignore:
Timestamp:
Aug 7, 2017, 12:50:17 PM (7 years ago)
Author:
alain
Message:

Introduce the delayed context switch if current thread has a lock.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/bootloader_tsar/boot.c

    r296 r337  
    874874                                seg_kdata_size );
    875875
     876            // Copy the kentry segment into local memory
     877            boot_remote_memcpy( XPTR( cxy           , seg_kentry_base ),
     878                                XPTR( BOOT_CORE_CXY , seg_kentry_base ),
     879                                seg_kentry_size );
     880
    876881            boot_printf("\n[BOOT] core[%x,%d] replicated kernel code at cycle %d\n",
    877882                        cxy , lid , boot_get_proctime() );
Note: See TracChangeset for help on using the changeset viewer.