Ignore:
Timestamp:
May 9, 2018, 3:13:56 PM (6 years ago)
Author:
alain
Message:

Fix a bug in rpc_vmm_get_pte_client() function (bad RPC index).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/kernel/kernel_config.h

    r440 r441  
    121121
    122122#define DEBUG_SYS_DISPLAY              0
    123 #define DEBUG_SYS_EXEC                 2
    124 #define DEBUG_SYS_EXIT                 2
     123#define DEBUG_SYS_EXEC                 0
     124#define DEBUG_SYS_EXIT                 0
    125125#define DEBUG_SYS_FG                   0
    126 #define DEBUG_SYS_FORK                 2
     126#define DEBUG_SYS_FORK                 0
    127127#define DEBUG_SYS_GET_CONFIG           0
    128128#define DEBUG_SYS_ISATTY               0
    129 #define DEBUG_SYS_KILL                 2
     129#define DEBUG_SYS_KILL                 0
    130130#define DEBUG_SYS_MMAP                 0
    131131#define DEBUG_SYS_READ                 0
    132132#define DEBUG_SYS_THREAD_CANCEL        0
    133133#define DEBUG_SYS_THREAD_CREATE        0
    134 #define DEBUG_SYS_THREAD_EXIT          0
     134#define DEBUG_SYS_THREAD_EXIT          1
    135135#define DEBUG_SYS_THREAD_JOIN          0
    136136#define DEBUG_SYS_THREAD_SLEEP         0
Note: See TracChangeset for help on using the changeset viewer.