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/kernel/libk/elf.c

    r333 r337  
    8888        error_t   error;
    8989        xptr_t    buf_xp;
    90         void    * buf_ptr;
    91 
    92         buf_ptr = GET_PTR( buffer );
    93         buf_xp = XPTR( local_cxy , buf_ptr );
     90
     91        buf_xp = XPTR( local_cxy , buffer );
    9492
    9593        // load .elf header
Note: See TracChangeset for help on using the changeset viewer.