Changeset c0d814a in mainline for kernel/generic/src/log/log.c


Ignore:
Timestamp:
2025-04-10T20:02:30Z (4 days ago)
Author:
GitHub <noreply@…>
Children:
b8b031f
Parents:
a92290d (diff), 90dd8aee (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.
git-author:
Wayne Thornton <wmthornton-dev@…> (2025-04-10 20:02:30)
git-committer:
GitHub <noreply@…> (2025-04-10 20:02:30)
Message:

Merge pull request #6 from HelenOS/master

Merge pending changes from downstream helenos/master

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/generic/src/log/log.c

    ra92290d rc0d814a  
    151151void log_begin(log_facility_t fac, log_level_t level)
    152152{
     153        console_lock();
    153154        spinlock_lock(&log_lock);
    154155        spinlock_lock(&kio_lock);
     
    186187        kio_update(NULL);
    187188        log_update(NULL);
     189        console_unlock();
    188190}
    189191
Note: See TracChangeset for help on using the changeset viewer.