Changeset 620 for trunk/kernel


Ignore:
Timestamp:
Feb 12, 2019, 2:21:31 PM (5 years ago)
Author:
alain
Message:

cosmetic

Location:
trunk/kernel
Files:
2 edited

Legend:

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

    r619 r620  
    14341434
    14351435    // display a warning
    1436     printk("\n[WARNING] set the DEBUG_BUSYLOCK parameter in kernel_config.h"
    1437     " to display busylocks for thread(%x,%x)\n", pid, trdid );
     1436    printk("\n[WARNING] set DEBUG_BUSYLOCK in kernel_config.h to display busylocks" );
    14381437
    14391438}  // end thread_display_busylock()
  • trunk/kernel/kernel_config.h

    r619 r620  
    3535////////////////////////////////////////////////////////////////////////////////////////////
    3636
    37 #define DEBUG_BARRIER_CREATE              1
    38 #define DEBUG_BARRIER_DESTROY             1
     37#define DEBUG_BARRIER_CREATE              0
     38#define DEBUG_BARRIER_DESTROY             0
    3939#define DEBUG_BARRIER_WAIT                0
    4040
    41 #define DEBUG_BUSYLOCK                    1
     41#define DEBUG_BUSYLOCK                    0
    4242#define DEBUG_BUSYLOCK_THREAD_XP          0x0ULL  // selected thread xptr
    4343                 
Note: See TracChangeset for help on using the changeset viewer.