Ignore:
Timestamp:
Oct 10, 2020, 5:27:12 PM (4 years ago)
Author:
alain
Message:

Cosmetic.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/kernel/libk/busylock.c

    r624 r666  
    11/*
    2  * busylock.c - local kernel-busy waiting lock implementation.
     2 * busylock.c - local kernel busy waiting lock implementation.
    33 *
    4  * Authors     Alain Greiner (2016,2017,2018,2019)
     4 * Authors     Alain Greiner (2016,2017,2018,2019,2020)
    55 *
    66 * Copyright (c) UPMC Sorbonne Universites
     
    4545    lock->type    = type;
    4646
    47 #if DEBUG_BUSYLOCK
     47#if DEBUG_BUSYLOCK_TYPE
    4848    xlist_entry_init( XPTR( local_cxy , &lock->xlist ) );
    4949#endif
Note: See TracChangeset for help on using the changeset viewer.