Changeset 326 for trunk/kernel


Ignore:
Timestamp:
Aug 6, 2017, 10:19:16 AM (7 years ago)
Author:
max@…
Message:

This shouldn't be a remote load.

File:
1 edited

Legend:

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

    r324 r326  
    265265    cxy_t  owner_cxy    = CXY_FROM_PID( process->pid );
    266266        lpid_t lpid         = LPID_FROM_PID( process->pid );
    267     xptr_t copies_lock  = hal_remote_lwd( XPTR( owner_cxy , &pmgr->copies_lock[lpid] ) );
     267    xptr_t copies_lock  = XPTR( owner_cxy , &pmgr->copies_lock[lpid] );
    268268
    269269    // remove the local process descriptor from copies_list
Note: See TracChangeset for help on using the changeset viewer.