Ignore:
Timestamp:
May 29, 2019, 3:26:44 PM (5 years ago)
Author:
alain
Message:

Fix a bug in hal_irqmask.c

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/kernel/kernel_config.h

    r633 r634  
    22 * kernel_config.h - global kernel configuration arguments
    33 *
    4  * Authors  Mohamed Lamine Karaoui (2015)
    5  *          Alain Greiner (2016,2017,2018,2019)
     4 * Authors        Alain Greiner (2016,2017,2018,2019)
    65 *
    76 * Copyright (c)  UPMC Sorbonne Universites
     
    6665
    6766#define DEBUG_DEVFS_GLOBAL_INIT           0
    68 #define DEBUG_DEVFS_LOCAL_INIT              1
     67#define DEBUG_DEVFS_LOCAL_INIT            0
    6968#define DEBUG_DEVFS_MOVE                  0
    7069
     
    112111#define DEBUG_KMEM                        0
    113112
    114 #define DEBUG_KERNEL_INIT                   1
     113#define DEBUG_KERNEL_INIT                 0
    115114
    116115#define DEBUG_MAPPER_GET_PAGE             0
     
    124123#define DEBUG_PPM_ALLOC_PAGES             0
    125124#define DEBUG_PPM_FREE_PAGES              0
     125#define DEBUG_PPM_REMOTE_ALLOC_PAGES      0
     126#define DEBUG_PPM_REMOTE_FREE_PAGES       0
    126127   
    127128#define DEBUG_PROCESS_COPY_INIT           0
     
    141142#define DEBUG_QUEUELOCK_CXY               0
    142143
    143 #define DEBUG_RPC_CLIENT_GENERIC             2
    144 #define DEBUG_RPC_SERVER_GENERIC             2
     144#define DEBUG_RPC_CLIENT_GENERIC          0
     145#define DEBUG_RPC_SERVER_GENERIC          0
    145146
    146147#define DEBUG_RPC_KCM_ALLOC               0
     
    152153#define DEBUG_RPC_THREAD_USER_CREATE      0
    153154#define DEBUG_RPC_THREAD_KERNEL_CREATE    0
    154 #define DEBUG_RPC_VFS_DENTRY_CREATE          2
     155#define DEBUG_RPC_VFS_DENTRY_CREATE       0
    155156#define DEBUG_RPC_VFS_DENTRY_DESTROY      0
    156157#define DEBUG_RPC_VFS_DEVICE_GET_DENTRY   0
     
    228229#define DEBUG_USER_DIR                    0
    229230
    230 #define DEBUG_VFS_ADD_CHILD                  1
     231#define DEBUG_VFS_ADD_CHILD               0
    231232#define DEBUG_VFS_ADD_SPECIAL             0
    232233#define DEBUG_VFS_CHDIR                   0
     
    253254#define DEBUG_VMM_DESTROY                 0
    254255#define DEBUG_VMM_FORK_COPY               0
    255 #define DEBUG_VMM_GET_ONE_PPN                2
     256#define DEBUG_VMM_GET_ONE_PPN             0
    256257#define DEBUG_VMM_GET_PTE                 0
    257 #define DEBUG_VMM_HANDLE_PAGE_FAULT          2
     258#define DEBUG_VMM_HANDLE_PAGE_FAULT       19000000
    258259#define DEBUG_VMM_HANDLE_COW              0
    259260#define DEBUG_VMM_MMAP_ALLOC              0
    260 #define DEBUG_VMM_PAGE_ALLOCATE              2
     261#define DEBUG_VMM_PAGE_ALLOCATE           0
    261262#define DEBUG_VMM_REMOVE_VSEG             0
    262263#define DEBUG_VMM_RESIZE_VSEG             0
Note: See TracChangeset for help on using the changeset viewer.