Ignore:
Timestamp:
Aug 17, 2017, 3:02:18 PM (7 years ago)
Author:
alain
Message:

Few bugs in VMM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/kernel/libk/elf.c

    r367 r401  
    219219        error_t      error;
    220220
    221     elf_dmsg("\n[INFO] %s : enters for <%s>\n", __FUNCTION__ , pathname );
     221    elf_dmsg("\n[INFO] %s : core[%x,%d] enter for <%s>\n",
     222    __FUNCTION__ , local_cxy , CURRENT_THREAD->core->lid , pathname );
    222223
    223224    // avoid GCC warning
     
    330331        kmem_free(&req);
    331332
    332         elf_dmsg("\n[INFO] %s successfully completed / entry point = %x for %s]\n",
    333                  __FUNCTION__, (uint32_t) header.e_entry , pathname );
     333    elf_dmsg("\n[INFO] %s : core[%x,%d] exit for <%s> / entry_point = %x\n",
     334    __FUNCTION__ , local_cxy , CURRENT_THREAD->core->lid , pathname , header.e_entry );
    334335
    335336        return 0;
Note: See TracChangeset for help on using the changeset viewer.