Ignore:
Timestamp:
Jan 17, 2019, 5:59:51 PM (5 years ago)
Author:
alain
Message:

fix a bug in process_destroy() : the vmm_destroy() must be called before
the PID release.

File:
1 edited

Legend:

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

    r612 r618  
    115115 *    defined in the reference cluster, and are undefined in other clusters.
    116116 * 6) The <local_list>, <copies_list>, <th_tbl>, <th_nr>, <u_th_lock> or <k_th_lock> fields
    117  *    are specific n each cluster, and are defined in all process descriptors copies.
     117 *    are specific in each cluster, and are defined in all process descriptors copies.
    118118 * 7) The termination <flags> and <exit_status> are only defined in the reference cluster.
    119119 *    (The term_state format is defined in the shared_syscalls.h file ).
Note: See TracChangeset for help on using the changeset viewer.