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.h

    r624 r666  
    22 * busylock.h: local kernel busy-waiting lock definition.     
    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
     
    7272    reg_t               save_sr;     /*! SR value                                         */
    7373
    74 #if DEBUG_BUSYLOCK
     74#if DEBUG_BUSYLOCK_TYPE
    7575    xlist_entry_t       xlist;       /*! member of list of locks taken by same thread     */
    7676#endif
Note: See TracChangeset for help on using the changeset viewer.