Changeset 64e9cf4 in mainline for kernel/generic/meson.build


Ignore:
Timestamp:
2023-02-02T22:23:23Z (15 months ago)
Author:
Jiří Zárevúcky <zarevucky.jiri@…>
Branches:
master, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
8addb24a
Parents:
f114d40 (diff), b076dfb (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge a few changes to spinlock code

Changed organization of the code a little bit, so that less of
the implementation is crammed in the header.
Also made all functions proper functions instead of macros.

Added a bit of debugging code for checking that we own the spinlock
we're unlocking. Also directly detects recursive locks.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/generic/meson.build

    rf114d40 r64e9cf4  
    101101        'src/smp/smp.c',
    102102        'src/synch/condvar.c',
     103        'src/synch/irq_spinlock.c',
    103104        'src/synch/mutex.c',
    104105        'src/synch/semaphore.c',
Note: See TracChangeset for help on using the changeset viewer.